Tiering Args
data class TieringArgs(val accessTier: Output<Either<String, TieringAccessTier>>? = null, val days: Output<Int>? = null) : ConvertibleToJava<TieringArgs>
Definition of Tiering
Constructors
Link copied to clipboard
constructor(accessTier: Output<Either<String, TieringAccessTier>>? = null, days: Output<Int>? = null)
Properties
Link copied to clipboard
S3 Intelligent-Tiering access tier. See Storage class for automatically optimizing frequently and infrequently accessed objects for a list of access tiers in the S3 Intelligent-Tiering storage class.
Link copied to clipboard
The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days).