LifecycleRule

The container for the Outposts bucket lifecycle rule.

Types

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

Properties

Link copied to clipboard

Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration in the Amazon S3 User Guide.

Link copied to clipboard

Specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker.

Link copied to clipboard

The container for the filter of lifecycle rule.

Link copied to clipboard
val id: String?

Unique identifier for the rule. The value cannot be longer than 255 characters.

Link copied to clipboard

The noncurrent version expiration of the lifecycle rule.

Link copied to clipboard

Specifies the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to a specific storage class at a set period in the object's lifetime.

Link copied to clipboard

If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.

Link copied to clipboard

Specifies when an Amazon S3 object transitions to a specified storage class.

Functions

Link copied to clipboard
inline fun copy(block: LifecycleRule.Builder.() -> Unit = {}): LifecycleRule
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