destinations

@JvmName(name = "nionxttvcaxwgadh")
suspend fun destinations(value: Output<List<ChannelDestinationArgs>>)
@JvmName(name = "vqbejvdaaiggvbkl")
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 = "hsrkdnqqpsludmai")
suspend fun destinations(vararg values: Output<ChannelDestinationArgs>)


@JvmName(name = "thfkcytxhwkygfvo")
suspend fun destinations(values: List<Output<ChannelDestinationArgs>>)
@JvmName(name = "bnbwanxpduqscmlj")
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 = "crrgwouutvkoiyre")
suspend fun destinations(argument: List<suspend ChannelDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "bhvmrekmjbjxlmay")
suspend fun destinations(vararg argument: suspend ChannelDestinationArgsBuilder.() -> Unit)
@JvmName(name = "oyeyjwbbiabvgiqh")
suspend fun destinations(argument: suspend ChannelDestinationArgsBuilder.() -> Unit)

Parameters

argument

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