destinations

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

Parameters

value

Destinations for channel. See Destinations for more details.


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


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

Parameters

values

Destinations for channel. See Destinations for more details.


@JvmName(name = "eyatateucvyabano")
suspend fun destinations(argument: List<suspend ChannelDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "rakntumucduptdlh")
suspend fun destinations(vararg argument: suspend ChannelDestinationArgsBuilder.() -> Unit)
@JvmName(name = "qlibeclnhksgdxut")
suspend fun destinations(argument: suspend ChannelDestinationArgsBuilder.() -> Unit)

Parameters

argument

Destinations for channel. See Destinations for more details.