Secret Rotation Rotation Rules Args
data class SecretRotationRotationRulesArgs(val automaticallyAfterDays: Output<Int>? = null, val duration: Output<String>? = null, val scheduleExpression: Output<String>? = null) : ConvertibleToJava<SecretRotationRotationRulesArgs>
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.