GetSecretVersionRequest: {
    region?: Region;
    revision: string;
    secretId: string;
}

Type declaration

  • 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.