destinations

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


@JvmName(name = "mgosccrxyiwonnhb")
suspend fun destinations(values: List<Output<StateMachineLogDestinationArgs>>)
@JvmName(name = "niebiqoorulrbwgy")
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 = "vjtvfusfuisvombc")
suspend fun destinations(argument: List<suspend StateMachineLogDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "nkoxanfkhjcsyict")
suspend fun destinations(vararg argument: suspend StateMachineLogDestinationArgsBuilder.() -> Unit)
@JvmName(name = "joryeiukbtvxiemk")
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 .