LifecyclePolicyLastLaunchedArgs

data class LifecyclePolicyLastLaunchedArgs(val unit: Output<LifecyclePolicyTimeUnit>, val value: Output<Int>) : ConvertibleToJava<LifecyclePolicyLastLaunchedArgs>

The last launched time of a resource.

Constructors

Link copied to clipboard
constructor(unit: Output<LifecyclePolicyTimeUnit>, value: Output<Int>)

Properties

Link copied to clipboard

The value's time unit.

Link copied to clipboard
val value: Output<Int>

The last launched value.

Functions

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