UpdateKeyRequest: {
    description?: string;
    keyId: string;
    name?: string;
    region?: Region;
    rotationPolicy?: KeyRotationPolicy;
    tags?: string[];
}

Type declaration

  • Optionaldescription?: string

    (Optional) Updated description of the key.

  • keyId: string

    ID of the key to update.

  • Optionalname?: string

    (Optional) Updated name of the key.

  • Optionalregion?: Region

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

  • OptionalrotationPolicy?: KeyRotationPolicy

    If not specified, the key's existing rotation policy applies.

  • Optionaltags?: string[]

    (Optional) Updated list of the key's tags.