Skip to main content

TSecretsManagerRotateSecretRequest

Class in AWS.SecretsManager

RotateSecret request class.

Ancestors

Properties

ClientRequestToken

property ClientRequestToken: string

RotateImmediately

property RotateImmediately: TOptional<Boolean>

RotationLambdaARN

property RotationLambdaARN: TARN

RotationRules

property RotationRules: ISecretsManagerRotationRulesType

Type: ISecretsManagerRotationRulesType

SecretId

property SecretId: string

Constructors

Create

constructor Create(const ASecretId: string);

Constructor for TSecretsManagerRotateSecretRequest.

Parameters

NameDescription
ASecretIdSepcify the Amazon Resource Name (ARN) or name of the secret to rotate.