Skip to main content

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

NameDescription
ASecretIdSpecify the Amazon Resource Name (ARN) or name of the secret to update.
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 TSecretsManagerUpdateSecretRequest.

Parameters

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