destinations

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


@JvmName(name = "uyrogkdxhwaoemya")
suspend fun destinations(values: List<Output<StateMachineLogDestinationArgs>>)
@JvmName(name = "urnirbilavlawfrn")
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 = "powbplfmpgctyqlj")
suspend fun destinations(argument: List<suspend StateMachineLogDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "snpgxeytwwsyhjxi")
suspend fun destinations(vararg argument: suspend StateMachineLogDestinationArgsBuilder.() -> Unit)
@JvmName(name = "cnrmeqjjeusaeqwh")
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 .