UpdateSecretVersionRequest: {
    description?: string;
    ephemeralProperties?: Secret.v1beta1.EphemeralProperties;
    region?: Region;
    revision: string;
    secretId: string;
}

Type declaration

  • Optionaldescription?: string

    Description of the version.

  • OptionalephemeralProperties?: Secret.v1beta1.EphemeralProperties

    (Optional.) Properties that defines the version's expiration date, whether it expires after being accessed once, and the action to perform (disable or delete) once the version expires.

  • Optionalregion?: Region

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

  • revision: string

    The first version of the secret is numbered 1, and all subsequent revisions augment by 1. Value can be either:

    • A number (the revision number)
    • "latest" (the latest revision)
    • "latest_enabled" (the latest enabled revision).
  • secretId: string

    ID of the secret.