LifetimeActionArgs

data class LifetimeActionArgs(val action: Output<ActionArgs>? = null, val trigger: Output<TriggerArgs>? = null) : ConvertibleToJava<LifetimeActionArgs>

Constructors

Link copied to clipboard
constructor(action: Output<ActionArgs>? = null, trigger: Output<TriggerArgs>? = null)

Properties

Link copied to clipboard
val action: Output<ActionArgs>? = null

The action of key rotation policy lifetimeAction.

Link copied to clipboard
val trigger: Output<TriggerArgs>? = null

The trigger of key rotation policy lifetimeAction.

Functions

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