SetInstanceSettingsRequest: {
    instanceId: string;
    region?: Region;
    settings: RDB.v1.InstanceSetting[];
}

Type declaration

  • instanceId: string

    UUID of the Database Instance where the settings must be set.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • settings: RDB.v1.InstanceSetting[]

    Settings to define for the Database Instance.