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 AutomaticallyAfterDays or a ScheduleExpression with rate(), the previously scheduled rotation might still occur.

  • To prevent unintended rotations, use a ScheduleExpression with cron() for granular control over rotation windows.