KeyRotationPolicyAttributesArgs

data class KeyRotationPolicyAttributesArgs(val expiryTime: Output<String>? = null) : ConvertibleToJava<KeyRotationPolicyAttributesArgs>

Constructors

Link copied to clipboard
constructor(expiryTime: Output<String>? = null)

Properties

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

The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.

Functions

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