BucketLifecycleArgs

data class BucketLifecycleArgs(val rule: Output<List<BucketLifecycleRuleItemArgs>>? = null) : ConvertibleToJava<BucketLifecycleArgs>

The bucket's lifecycle configuration. See lifecycle management for more information.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val rule: Output<List<BucketLifecycleRuleItemArgs>>? = null

A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.