KeyRotationPolicyAttributesArgs

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

Constructors

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

Functions

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

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'.