Skip to main content

TSecretsManagerGetSecretValueRequest

Class in AWS.SecretsManager

GetSecretValue request class.

Ancestors

Properties

SecretId

property SecretId: string

VersionId

property VersionId: string

VersionStage

property VersionStage: string

Constructors

Create

constructor Create(const ASecretId: string; const AVersionId: string = ''; const AVersionStage: string = '');

Constructor for TSecretsManagerGetSecretValueRequest.

Parameters

NameDescription
ASecretIdSpecify the Amazon Resource Name (ARN) or name of the secret to retreive.
AVersionIdSpecify the unique identifier of the version of a secret to retreive.
AVersionStageSpecify the staging label of the version of a secret to retreive.