Secrets Manager RotationSchedule RotationRules
The RotationRules property
is used as part of the AWS::SecretsManager::RotationSchedule resource
type to configure how and when Secrets Manager performs rotation for the associated
secret.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AutomaticallyAfterDays" :Integer}
YAML
AutomaticallyAfterDays:Integer
Properties
AutomaticallyAfterDays-
Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
You can specify a minimum value of 1 and a maximum value of 1000.
Required: No
Type: Integer
Update requires: No interruption
See Also
-
Rotating Your AWS Secrets Manager Secrets in the AWS Secrets Manager User Guide
