BucketReplicationRuleAndOperator

data class BucketReplicationRuleAndOperator(val prefix: String? = null, val tagFilters: List<BucketTagFilter>? = null)

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example:

  • If you specify both a `Prefix` and a `TagFilter`, wrap these filters in an `And` tag.

  • If you specify a filter based on multiple tags, wrap the `TagFilter` elements in an `And` tag

Constructors

Link copied to clipboard
constructor(prefix: String? = null, tagFilters: List<BucketTagFilter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

An object key name prefix that identifies the subset of objects to which the rule applies.

Link copied to clipboard

An array of tags containing key and value pairs.