Skip to main content

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

NameDescription
ASecretIdSpecify the Amazon Resource Name (ARN) or name of the secret to add a new version to.
ASecretStringSpecify 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

NameDescription
ASecretIdSpecify the Amazon Resource Name (ARN) or name of the secret to add a new version to.
ASecretBinarySpecify binary data to encrypt and store in the new version of the secret.