destinations

@JvmName(name = "lknwpuauydjavrlm")
suspend fun destinations(value: Output<List<ChannelDestinationArgs>>)
@JvmName(name = "lfkoqkxjwrapgbwr")
suspend fun destinations(value: List<ChannelDestinationArgs>?)

Parameters

value

Destinations for channel. See Destinations for more details.


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


@JvmName(name = "vvxigdctdlwbdhlw")
suspend fun destinations(values: List<Output<ChannelDestinationArgs>>)
@JvmName(name = "sxutpbxtkydxmjlk")
suspend fun destinations(vararg values: ChannelDestinationArgs)

Parameters

values

Destinations for channel. See Destinations for more details.


@JvmName(name = "pailsbrijlaaolos")
suspend fun destinations(argument: List<suspend ChannelDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "wpydsxqunfalxmtg")
suspend fun destinations(vararg argument: suspend ChannelDestinationArgsBuilder.() -> Unit)
@JvmName(name = "pbrltwfdbncedivg")
suspend fun destinations(argument: suspend ChannelDestinationArgsBuilder.() -> Unit)

Parameters

argument

Destinations for channel. See Destinations for more details.