noncurrentVersionTransitions

@JvmName(name = "vvnbbqsyvonuibvy")
suspend fun noncurrentVersionTransitions(value: Output<List<BucketNoncurrentVersionTransitionArgs>>)
@JvmName(name = "gbhlbimswdfjeuam")
suspend fun noncurrentVersionTransitions(value: List<BucketNoncurrentVersionTransitionArgs>?)

Parameters

value

For buckets with versioning enabled (or suspended), one or more transition rules that specify when non-current objects transition to a specified storage class. If you specify a transition and expiration time, the expiration time must be later than the transition time. If you specify this property, don't specify the `NoncurrentVersionTransition` property.


@JvmName(name = "vhqurfdloymjhxgi")
suspend fun noncurrentVersionTransitions(vararg values: Output<BucketNoncurrentVersionTransitionArgs>)


@JvmName(name = "ehmthterdeeejmbw")
suspend fun noncurrentVersionTransitions(values: List<Output<BucketNoncurrentVersionTransitionArgs>>)
@JvmName(name = "aojofgxslnteemoh")
suspend fun noncurrentVersionTransitions(vararg values: BucketNoncurrentVersionTransitionArgs)

Parameters

values

For buckets with versioning enabled (or suspended), one or more transition rules that specify when non-current objects transition to a specified storage class. If you specify a transition and expiration time, the expiration time must be later than the transition time. If you specify this property, don't specify the `NoncurrentVersionTransition` property.


@JvmName(name = "pehtoihnyurwldrh")
suspend fun noncurrentVersionTransitions(argument: List<suspend BucketNoncurrentVersionTransitionArgsBuilder.() -> Unit>)
@JvmName(name = "ctaufpaghdbnblit")
suspend fun noncurrentVersionTransitions(vararg argument: suspend BucketNoncurrentVersionTransitionArgsBuilder.() -> Unit)
@JvmName(name = "mnixdjbxwjvktttj")
suspend fun noncurrentVersionTransitions(argument: suspend BucketNoncurrentVersionTransitionArgsBuilder.() -> Unit)

Parameters

argument

For buckets with versioning enabled (or suspended), one or more transition rules that specify when non-current objects transition to a specified storage class. If you specify a transition and expiration time, the expiration time must be later than the transition time. If you specify this property, don't specify the `NoncurrentVersionTransition` property.