BucketIntelligentTieringConfigurationTiering

data class BucketIntelligentTieringConfigurationTiering(val accessTier: String, val days: Int)

Constructors

constructor(accessTier: String, days: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

S3 Intelligent-Tiering access tier. Valid values: ARCHIVE_ACCESS, DEEP_ARCHIVE_ACCESS.

Link copied to clipboard
val days: Int

Number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier.