BucketIntelligentTieringConfigurationFilter

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

Constructors

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 the subset of objects to which the configuration applies.

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

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