destinations

@JvmName(name = "icstbdonjpvpgasx")
suspend fun destinations(value: Output<List<StateMachineLogDestinationArgs>>)
@JvmName(name = "jqjysftbwjwlxmwn")
suspend fun destinations(value: List<StateMachineLogDestinationArgs>?)

Parameters

value

An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF .


@JvmName(name = "vxxfkcylwhctckip")
suspend fun destinations(vararg values: Output<StateMachineLogDestinationArgs>)


@JvmName(name = "rktoyglenngaosub")
suspend fun destinations(values: List<Output<StateMachineLogDestinationArgs>>)
@JvmName(name = "wjhkjwjihmryoyes")
suspend fun destinations(vararg values: StateMachineLogDestinationArgs)

Parameters

values

An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF .


@JvmName(name = "svwhvucbfrcabwci")
suspend fun destinations(argument: List<suspend StateMachineLogDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "vfebfbsfkidbxuvj")
suspend fun destinations(vararg argument: suspend StateMachineLogDestinationArgsBuilder.() -> Unit)
@JvmName(name = "lhamatmfrotxwdmh")
suspend fun destinations(argument: suspend StateMachineLogDestinationArgsBuilder.() -> Unit)

Parameters

argument

An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF .