BucketLifecycleRuleTransition

data class BucketLifecycleRuleTransition(val date: String? = null, val days: Int? = null, val storageClass: String)

Constructors

Link copied to clipboard
constructor(date: String? = null, days: Int? = null, storageClass: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val date: String? = null

Specifies the date after which you want the corresponding action to take effect.

Link copied to clipboard
val days: Int? = null

Specifies the number of days after object creation when the specific rule action takes effect.

Link copied to clipboard

Specifies the Amazon S3 storage class to which you want the object to transition.