transition

@JvmName(name = "hemqqttfpgcmmcyw")
suspend fun transition(value: Output<TransitionArgs>)
@JvmName(name = "yqdpjjndlqhypjcj")
suspend fun transition(value: TransitionArgs?)

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. Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle in the Amazon S3 User Guide.


@JvmName(name = "mqfvwuwjovhjmmae")
suspend fun transition(argument: suspend TransitionArgsBuilder.() -> 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. Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see Transitioning Objects Using Amazon S3 Lifecycle in the Amazon S3 User Guide.