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
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret to retreive. |
AVersionId | Specify the unique identifier of the version of a secret to retreive. |
AVersionStage | Specify the staging label of the version of a secret to retreive. |