destinations

@JvmName(name = "wqmiqweigyrplebb")
suspend fun destinations(value: Output<List<PipelineDestinationArgs>>)
@JvmName(name = "mymsnkwpqicppwkm")
suspend fun destinations(value: List<PipelineDestinationArgs>?)

Parameters

value

List of destinations to which messages will be forwarded. Currently, exactly one destination is supported per Pipeline. Structure is documented below.


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


@JvmName(name = "jmoyoqooocnjtyqp")
suspend fun destinations(values: List<Output<PipelineDestinationArgs>>)
@JvmName(name = "xrtmekwfqbyxqmly")
suspend fun destinations(vararg values: PipelineDestinationArgs)

Parameters

values

List of destinations to which messages will be forwarded. Currently, exactly one destination is supported per Pipeline. Structure is documented below.


@JvmName(name = "lvhjsxclluxdslll")
suspend fun destinations(argument: List<suspend PipelineDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "tqvekrnskaomprkj")
suspend fun destinations(vararg argument: suspend PipelineDestinationArgsBuilder.() -> Unit)
@JvmName(name = "mtpqholrqlbsbpox")
suspend fun destinations(argument: suspend PipelineDestinationArgsBuilder.() -> Unit)

Parameters

argument

List of destinations to which messages will be forwarded. Currently, exactly one destination is supported per Pipeline. Structure is documented below.