destinations

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

Parameters

value

One or more resources to which events arriving through a channel are logged and stored.


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


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

Parameters

values

One or more resources to which events arriving through a channel are logged and stored.


@JvmName(name = "scchagjcelcsvsqa")
suspend fun destinations(argument: List<suspend ChannelDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "fxlguhhonwlgcgag")
suspend fun destinations(vararg argument: suspend ChannelDestinationArgsBuilder.() -> Unit)
@JvmName(name = "auennbhnssxwqple")
suspend fun destinations(argument: suspend ChannelDestinationArgsBuilder.() -> Unit)

Parameters

argument

One or more resources to which events arriving through a channel are logged and stored.