transition

@JvmName(name = "dgcopqoykwejwdks")
suspend fun transition(value: Output<BucketTransitionArgs>)
@JvmName(name = "gilbgagnxthsdwgw")
suspend fun transition(value: BucketTransitionArgs?)

Parameters

value

(Deprecated.) Specifies 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 `Transitions` property.


@JvmName(name = "nqtfgrxxfpiyxqog")
suspend fun transition(argument: suspend BucketTransitionArgsBuilder.() -> Unit)

Parameters

argument

(Deprecated.) Specifies 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 `Transitions` property.