destinations

@JvmName(name = "shfvfocfnqarctiw")
suspend fun destinations(value: Output<List<StateMachineLogDestinationArgs>>)
@JvmName(name = "vnqyhyniwwtchmam")
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 = "nxpkimwjnboecwob")
suspend fun destinations(vararg values: Output<StateMachineLogDestinationArgs>)


@JvmName(name = "lgrndhpwewyxhayl")
suspend fun destinations(values: List<Output<StateMachineLogDestinationArgs>>)
@JvmName(name = "dlkwpugiqanosbim")
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 = "wubtkwvhctlmherp")
suspend fun destinations(argument: List<suspend StateMachineLogDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "vklqefxdocxuosxh")
suspend fun destinations(vararg argument: suspend StateMachineLogDestinationArgsBuilder.() -> Unit)
@JvmName(name = "aolahhjlsxlwqpfp")
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 .