BucketIntelligentTieringConfigurationFilterArgs

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

Constructors

constructor(prefix: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

Object key name prefix that identifies the subset of objects to which the configuration applies.

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

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

Functions

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