transitions

@JvmName(name = "tjlmretmlaaughgf")
suspend fun transitions(value: Output<List<BucketTransitionArgs>>)
@JvmName(name = "qkvdwbkaukdwjutm")
suspend fun transitions(value: List<BucketTransitionArgs>?)

Parameters

value

One or more transition rules that specify when an object transitions to a specified storage class. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time. If you specify this property, don't specify the `Transition` property.


@JvmName(name = "quayildwcbachuju")
suspend fun transitions(vararg values: Output<BucketTransitionArgs>)


@JvmName(name = "iunhklkwtfgdexsn")
suspend fun transitions(values: List<Output<BucketTransitionArgs>>)
@JvmName(name = "ohmvlhxbwkoorbbi")
suspend fun transitions(vararg values: BucketTransitionArgs)

Parameters

values

One or more transition rules that specify when an object transitions to a specified storage class. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time. If you specify this property, don't specify the `Transition` property.


@JvmName(name = "xixlggqmetdgjhad")
suspend fun transitions(argument: List<suspend BucketTransitionArgsBuilder.() -> Unit>)
@JvmName(name = "rbkvppiegvgqyjnd")
suspend fun transitions(vararg argument: suspend BucketTransitionArgsBuilder.() -> Unit)
@JvmName(name = "ukqdmrednnwrjwhi")
suspend fun transitions(argument: suspend BucketTransitionArgsBuilder.() -> Unit)

Parameters

argument

One or more transition rules that specify when an object transitions to a specified storage class. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time. If you specify this property, don't specify the `Transition` property.