Hierarchy

  • GetSecretValueRequest

Properties

refresh?: boolean

(Optional) Whether to fetch the latest secret from cloud when the request is handled. Defaults to false.

secretId: string

The name of the secret to get. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.

versionId?: string

(Optional) The ID of the version to get. If you don't specify versionId or versionStage, this operation defaults to the version with the AWSCURRENT label.

versionStage?: string

(Optional) The staging label of the version to get. If you don't specify versionId or versionStage, this operation defaults to the version with the AWSCURRENT label.

Generated using TypeDoc