broker

suspend fun broker(name: String, block: suspend BrokerResourceBuilder.() -> Unit): Broker

Parameters

name

The unique name of the resulting resource.

block

Builder for Broker.

See also


fun broker(name: String): Broker

Parameters

name

The unique name of the resulting resource.

See also