BucketIntelligentTieringConfigurationTieringArgs

data class BucketIntelligentTieringConfigurationTieringArgs(val accessTier: Output<String>, val days: Output<Int>) : ConvertibleToJava<BucketIntelligentTieringConfigurationTieringArgs>

Constructors

constructor(accessTier: Output<String>, days: Output<Int>)

Properties

Link copied to clipboard
val accessTier: Output<String>

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

Link copied to clipboard
val days: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): BucketIntelligentTieringConfigurationTieringArgs