BucketLifecycleRuleTransition

data class BucketLifecycleRuleTransition(val createdBeforeDate: String? = null, val days: Int? = null, val isAccessTime: Boolean? = null, val returnToStdWhenVisit: Boolean? = null, val storageClass: String)

Constructors

Link copied to clipboard
constructor(createdBeforeDate: String? = null, days: Int? = null, isAccessTime: Boolean? = null, returnToStdWhenVisit: Boolean? = null, storageClass: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val days: Int? = null
Link copied to clipboard
val isAccessTime: Boolean? = null
Link copied to clipboard
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.