KeyRotationPolicyArgs

data class KeyRotationPolicyArgs(val automatic: Output<KeyRotationPolicyAutomaticArgs>? = null, val expireAfter: Output<String>? = null, val notifyBeforeExpiry: Output<String>? = null) : ConvertibleToJava<KeyRotationPolicyArgs>

Constructors

Link copied to clipboard
constructor(automatic: Output<KeyRotationPolicyAutomaticArgs>? = null, expireAfter: Output<String>? = null, notifyBeforeExpiry: Output<String>? = null)

Properties

Link copied to clipboard

An automatic block as defined below.

Link copied to clipboard
val expireAfter: Output<String>? = null

Expire a Key Vault Key after given duration as an ISO 8601 duration.

Link copied to clipboard
val notifyBeforeExpiry: Output<String>? = null

Notify at a given duration before expiry as an ISO 8601 duration.

Functions

Link copied to clipboard
open override fun toJava(): KeyRotationPolicyArgs