BucketLifecycleRuleFilterNotArgs

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

Constructors

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

Functions

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

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.