Secret Rotation Rotation Rules
data class SecretRotationRotationRules(val automaticallyAfterDays: Int? = null, val duration: String? = null, val scheduleExpression: String? = null)
Constructors
Link copied to clipboard
fun SecretRotationRotationRules(automaticallyAfterDays: Int? = null, duration: String? = null, scheduleExpression: String? = null)