LifecycleRuleAndOperator

The container for the Outposts bucket lifecycle rule and operator.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The non-inclusive minimum object size for the lifecycle rule. Setting this property to 7 means the rule applies to objects with a size that is greater than 7.

Link copied to clipboard

The non-inclusive maximum object size for the lifecycle rule. Setting this property to 77 means the rule applies to objects with a size that is less than 77.

Link copied to clipboard

Prefix identifying one or more objects to which the rule applies.

Link copied to clipboard
val tags: List<S3Tag>?

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String