Skip to main content

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

NameDescription
ANameSpecify a name for the new secret.
ASecretStringSpecify 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

NameDescription
ANameSpecify a name for the new secret.
ASecretBinarySpecify binary data to encrypt and store in the new version of the secret.