private Connection
suspend fun privateConnection(name: String, block: suspend PrivateConnectionResourceBuilder.() -> Unit): PrivateConnection
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for PrivateConnection.
See also
Parameters
name
The unique name of the resulting resource.