BucketRuleFilterProperties

data class BucketRuleFilterProperties(val andOperator: BucketFilterAndOperatorProperties? = null, val prefix: String? = null, val tag: BucketFilterTag? = null)

The container for the filter of the lifecycle rule.

Constructors

Link copied to clipboard
constructor(andOperator: BucketFilterAndOperatorProperties? = null, prefix: String? = null, tag: BucketFilterTag? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The container for the AND condition for the lifecycle rule. A combination of Prefix and 1 or more Tags OR a minimum of 2 or more tags.

Link copied to clipboard
val prefix: String? = null

Object key prefix that identifies one or more objects to which this rule applies.

Link copied to clipboard
val tag: BucketFilterTag? = null

Specifies a tag used to identify a subset of objects for an Amazon S3Outposts bucket.