tierings

@JvmName(name = "nsfuwactryyfltyo")
suspend fun tierings(value: Output<List<BucketTieringArgs>>)
@JvmName(name = "weqbqflgolqftwsl")
suspend fun tierings(value: List<BucketTieringArgs>)

Parameters

value

Specifies a list of S3 Intelligent-Tiering storage class tiers in the configuration. At least one tier must be defined in the list. At most, you can specify two tiers in the list, one for each available AccessTier: `ARCHIVE_ACCESS` and `DEEP_ARCHIVE_ACCESS`. You only need Intelligent Tiering Configuration enabled on a bucket if you want to automatically move objects stored in the Intelligent-Tiering storage class to Archive Access or Deep Archive Access tiers.


@JvmName(name = "hglgqnvbyitwcunx")
suspend fun tierings(vararg values: Output<BucketTieringArgs>)


@JvmName(name = "lomlktoljkwcsibw")
suspend fun tierings(values: List<Output<BucketTieringArgs>>)
@JvmName(name = "rrkktgatwlheiols")
suspend fun tierings(vararg values: BucketTieringArgs)

Parameters

values

Specifies a list of S3 Intelligent-Tiering storage class tiers in the configuration. At least one tier must be defined in the list. At most, you can specify two tiers in the list, one for each available AccessTier: `ARCHIVE_ACCESS` and `DEEP_ARCHIVE_ACCESS`. You only need Intelligent Tiering Configuration enabled on a bucket if you want to automatically move objects stored in the Intelligent-Tiering storage class to Archive Access or Deep Archive Access tiers.


@JvmName(name = "auqobdsjwcuropso")
suspend fun tierings(argument: List<suspend BucketTieringArgsBuilder.() -> Unit>)
@JvmName(name = "uucaevonnxpxdlgi")
suspend fun tierings(vararg argument: suspend BucketTieringArgsBuilder.() -> Unit)
@JvmName(name = "wkaboiumwlnwtirk")
suspend fun tierings(argument: suspend BucketTieringArgsBuilder.() -> Unit)

Parameters

argument

Specifies a list of S3 Intelligent-Tiering storage class tiers in the configuration. At least one tier must be defined in the list. At most, you can specify two tiers in the list, one for each available AccessTier: `ARCHIVE_ACCESS` and `DEEP_ARCHIVE_ACCESS`. You only need Intelligent Tiering Configuration enabled on a bucket if you want to automatically move objects stored in the Intelligent-Tiering storage class to Archive Access or Deep Archive Access tiers.