BucketReplicationConfigRuleFilterAnd

data class BucketReplicationConfigRuleFilterAnd(val prefix: String? = null, val tags: Map<String, String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

Object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags (key and value pairs) that identifies a subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.