BucketFilterAndOperatorPropertiesArgs

data class BucketFilterAndOperatorPropertiesArgs(val prefix: Output<String>? = null, val tags: Output<List<BucketFilterTagArgs>>) : ConvertibleToJava<BucketFilterAndOperatorPropertiesArgs>

Constructors

Link copied to clipboard
constructor(prefix: Output<String>? = null, tags: Output<List<BucketFilterTagArgs>>)

Properties

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

Prefix identifies one or more objects to which the rule applies.

Link copied to clipboard

All of these tags must exist in the object's tag set in order for the rule to apply.

Functions

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