Secret Rotation Rotation Rules
data class SecretRotationRotationRules(val automaticallyAfterDays: Int? = null, val duration: String? = null, val scheduleExpression: String? = null)
Properties
Link copied to clipboard
Specifies the number of days between automatic scheduled rotations of the secret. Either automatically_after_days
or schedule_expression
must be specified.
Link copied to clipboard
A cron()
or rate()
expression that defines the schedule for rotating your secret. Either automatically_after_days
or schedule_expression
must be specified.