TSecretsManagerUpdateSecretRequest
Class in AWS.SecretsManager
UpdateSecret request class.
Ancestors
Properties
ClientRequestToken
property ClientRequestToken: string
Description
property Description: string
KmsKeyId
property KmsKeyId: string
SecretBinary
property SecretBinary: TStream
SecretId
property SecretId: string
SecretString
property SecretString: string
Constructors
Create
constructor Create(const ASecretId, ASecretString: string); overload;
Constructor for TSecretsManagerUpdateSecretRequest.
Parameters
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret to update. |
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 TSecretsManagerUpdateSecretRequest.
Parameters
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret to update. |
ASecretBinary | Specify binary data to encrypt and store in the new version of the secret. |