outbound Connection
suspend fun outboundConnection(name: String, block: suspend OutboundConnectionResourceBuilder.() -> Unit): OutboundConnection
Parameters
name
The unique name of the resulting resource.
block
Builder for OutboundConnection.
See also
Parameters
name
The unique name of the resulting resource.