TSecretsManagerCreateSecretRequest
Class in AWS.SecretsManager
CreateSecret request class.
Ancestors
Properties
AddReplicaRegions
property AddReplicaRegions: TList<ISecretsManagerReplicaRegionType>
Type: ISecretsManagerReplicaRegionType
ClientRequestToken
property ClientRequestToken: string
Description
property Description: string
ForceOverwriteReplicaSecret
property ForceOverwriteReplicaSecret: TOptional<Boolean>
KmsKeyId
property KmsKeyId: string
Name
property Name: string
SecretBinary
property SecretBinary: TStream
SecretString
property SecretString: string
Tags
property Tags: IAWSTags
Constructors
Create
constructor Create(const AName, ASecretString: string); overload;
Constructor for TSecretsManagerCreateSecretRequest.
Parameters
| Name | Description |
|---|---|
AName | Specify a name for the new secret. |
ASecretString | Specify text data to encrypt and store in the new version of the secret. |
constructor Create(const AName: string; const ASecretBinary: TStream); overload;
Constructor for TSecretsManagerCreateSecretRequest.
Parameters
| Name | Description |
|---|---|
AName | Specify a name for the new secret. |
ASecretBinary | Specify binary data to encrypt and store in the new version of the secret. |