BucketLifecycleRuleArgs

data class BucketLifecycleRuleArgs(val action: Output<BucketLifecycleRuleActionArgs>, val condition: Output<BucketLifecycleRuleConditionArgs>) : ConvertibleToJava<BucketLifecycleRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<BucketLifecycleRuleActionArgs>, condition: Output<BucketLifecycleRuleConditionArgs>)

Properties

Link copied to clipboard

The Lifecycle Rule's action configuration. A single block of this type is supported. Structure is documented below.

Link copied to clipboard

The Lifecycle Rule's condition configuration. A single block of this type is supported. Structure is documented below.

Functions

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