rotationRules
construct an aws.sdk.kotlin.services.secretsmanager.model.RotationRulesType inside the given block
A structure that defines the rotation configuration for this secret.
When changing an existing rotation schedule and setting RotateImmediately to false:
If using
AutomaticallyAfterDaysor aScheduleExpressionwithrate(), the previously scheduled rotation might still occur.To prevent unintended rotations, use a
ScheduleExpressionwithcron()for granular control over rotation windows.