destinations

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

Parameters

value

Destinations for channel. See Destinations for more details.


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


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

Parameters

values

Destinations for channel. See Destinations for more details.


@JvmName(name = "kikihwxnedfrnabb")
suspend fun destinations(argument: List<suspend ChannelDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "jlnvukivuwagdlbt")
suspend fun destinations(vararg argument: suspend ChannelDestinationArgsBuilder.() -> Unit)
@JvmName(name = "gyghiwffrorkhkry")
suspend fun destinations(argument: suspend ChannelDestinationArgsBuilder.() -> Unit)

Parameters

argument

Destinations for channel. See Destinations for more details.