LifecycleExpiration

The container of the Outposts bucket lifecycle expiration.

Types

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

Properties

Link copied to clipboard

Indicates at what date the object is to be deleted. Should be in GMT ISO 8601 format.

Link copied to clipboard
val days: Int

Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.

Link copied to clipboard

Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired. If set to false, the policy takes no action. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.

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