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
| Name | Description |
|---|---|
ASecretId | Sepcify the Amazon Resource Name (ARN) or name of the secret to rotate. |