destinations

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


@JvmName(name = "jrqrwkwsfdavcbjv")
suspend fun destinations(values: List<Output<ChannelDestinationArgs>>)
@JvmName(name = "callokfdhijvapyt")
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 = "eriyfubqmkvnoava")
suspend fun destinations(argument: List<suspend ChannelDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "wvtwwkfvkwsfrcms")
suspend fun destinations(vararg argument: suspend ChannelDestinationArgsBuilder.() -> Unit)
@JvmName(name = "ipklryqsfxnadoov")
suspend fun destinations(argument: suspend ChannelDestinationArgsBuilder.() -> Unit)

Parameters

argument

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