Lifecycle Policy Filter Args
data class LifecyclePolicyFilterArgs(val retainAtLeast: Output<Int>? = null, val type: Output<LifecyclePolicyFilterType>, val unit: Output<LifecyclePolicyTimeUnit>? = null, val value: Output<Int>) : ConvertibleToJava<LifecyclePolicyFilterArgs>
The filters to apply of the policy detail.
Constructors
Link copied to clipboard
constructor(retainAtLeast: Output<Int>? = null, type: Output<LifecyclePolicyFilterType>, unit: Output<LifecyclePolicyTimeUnit>? = null, value: Output<Int>)