BucketLifecycleRuleFilterNotArgs

data class BucketLifecycleRuleFilterNotArgs(val prefix: Output<String>? = null, val tag: Output<BucketLifecycleRuleFilterNotTagArgs>? = null) : ConvertibleToJava<BucketLifecycleRuleFilterNotArgs>

Constructors

Link copied to clipboard
constructor(prefix: Output<String>? = null, tag: Output<BucketLifecycleRuleFilterNotTagArgs>? = null)

Properties

Link copied to clipboard
val prefix: Output<String>? = null

The prefix in the names of the objects to which the lifecycle rule does not apply.

Link copied to clipboard

The tag of the objects to which the lifecycle rule does not apply. See tag below.

Functions

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