Skip to main content

ISecretsManagerGetSecretValueRequest

Interface in AWS.SecretsManager

Interface for GetSecretValue requests.

Ancestors

Properties

SecretId

property SecretId: string

Specify the Amazon Resource Name (ARN) or name of the secret to retreive.

VersionId

property VersionId: string

Specify the unique identifier of the version of a secret to retreive.

If you include both VersionId and VersionStage, the two parameters must refer to the same secret version. If you don't specify either VersionId or VersionStage, then Secrets Manager will return the AWSCURRENT version.

VersionStage

property VersionStage: string

Specify the staging label of the version of a secret to retreive.

If you include both VersionId and VersionStage, the two parameters must refer to the same secret version. If you don't specify either VersionId or VersionStage, then Secrets Manager will return the AWSCURRENT version.