Bucket Lifecycle Rule Noncurrent Version Transition
data class BucketLifecycleRuleNoncurrentVersionTransition(val days: Int, val isAccessTime: Boolean? = null, val returnToStdWhenVisit: Boolean? = null, val storageClass: String)
Constructors
Link copied to clipboard
fun BucketLifecycleRuleNoncurrentVersionTransition(days: Int, isAccessTime: Boolean? = null, returnToStdWhenVisit: Boolean? = null, storageClass: String)
Types
Properties
Link copied to clipboard
The storage class to apply. Can be "Standard", "IA", "Archive", "ColdArchive" and "DeepColdArchive". Defaults to "Standard". "ColdArchive" is available since 1.203.0. "DeepColdArchive" is available since 1.209.0.