TSecretsManagerPutSecretValueRequest
Class in AWS.SecretsManager
PutSecretValue request class.
Ancestors
Properties
ClientRequestToken
property ClientRequestToken: string
SecretBinary
property SecretBinary: TStream
SecretId
property SecretId: string
SecretString
property SecretString: string
VersionStages
property VersionStages: TList<string>
Constructors
Create
constructor Create(const ASecretId, ASecretString: string); overload;
Constructor for TSecretsManagerPutSecretValueRequest.
Parameters
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret to add a new version to. |
ASecretString | Specify text data to encrypt and store in the new version of the secret. |
constructor Create(const ASecretId: string; const ASecretBinary: TStream); overload;
Constructor for TSecretsManagerPutSecretValueRequest.
Parameters
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret to add a new version to. |
ASecretBinary | Specify binary data to encrypt and store in the new version of the secret. |