BucketLifecycleRuleNoncurrentVersionTransition

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

Constructors

constructor(days: Int? = null, storageClass: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

Specifies the number of days noncurrent object versions transition.

Link copied to clipboard

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