RotationPolicyArgs

data class RotationPolicyArgs(val attributes: Output<KeyRotationPolicyAttributesArgs>? = null, val lifetimeActions: Output<List<LifetimeActionArgs>>? = null) : ConvertibleToJava<RotationPolicyArgs>

Constructors

Link copied to clipboard
constructor(attributes: Output<KeyRotationPolicyAttributesArgs>? = null, lifetimeActions: Output<List<LifetimeActionArgs>>? = null)

Properties

Link copied to clipboard

The attributes of key rotation policy.

Link copied to clipboard

The lifetimeActions for key rotation action.

Functions

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