SecretRotationRules

data class SecretRotationRules(val automaticallyAfterDays: Int? = null, val duration: String? = null, val scheduleExpression: String? = null)

Constructors

Link copied to clipboard
constructor(automaticallyAfterDays: Int? = null, duration: String? = null, scheduleExpression: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val duration: String? = null
Link copied to clipboard