destinations

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

Parameters

value

Destinations for channel. See Destinations for more details.


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


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

Parameters

values

Destinations for channel. See Destinations for more details.


@JvmName(name = "kvujxexykrbfroxa")
suspend fun destinations(argument: List<suspend ChannelDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "itealhrirwrtuvva")
suspend fun destinations(vararg argument: suspend ChannelDestinationArgsBuilder.() -> Unit)
@JvmName(name = "uhvnrcugdlhgckib")
suspend fun destinations(argument: suspend ChannelDestinationArgsBuilder.() -> Unit)

Parameters

argument

Destinations for channel. See Destinations for more details.