UpdateInstanceRequest: {
    instanceId: string;
    name?: string;
    region?: Region;
    tags?: string[];
}

Type declaration

  • instanceId: string

    UUID of the Database Instance to update.

  • Optionalname?: string

    Name of the Database Instance.

  • Optionalregion?: Region

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

  • Optionaltags?: string[]

    Tags of a Database Instance.