Skip to main content

ISecretsManagerRotationRulesType

Interface in AWS.SecretsManager

Interface for RotationRulesType.

Properties

AutomaticallyAfterDays

property AutomaticallyAfterDays: TOptional<Integer>

Specifies the number of days between automatic scheduled rotations of the secret.

Duration

property Duration: string

Specifies the length of rotation window in hours.

Secrets Manager rotates the secret any time within this window. The window must not go into the next UTC day. When not specified the window automatically ends at the end of the UTC day. Valid pattern: [0-9h]+. Example: 3h.

ScheduleExpression

property ScheduleExpression: string

Specifies either a cron() or rate() expression defining the schedule for rotating the secret.