AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails

A rule for when objects transition to specific storage classes.

Types

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

Properties

Link copied to clipboard
val date: String?

A date on which to transition objects to the specified storage class. If you provide Date, you cannot provide Days.

Link copied to clipboard
val days: Int?

The number of days after which to transition the object to the specified storage class. If you provide Days, you cannot provide Date.

Link copied to clipboard

The storage class to transition the object to. Valid values are as follows:

Functions

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