scope Connection
suspend fun scopeConnection(name: String, block: suspend ScopeConnectionResourceBuilder.() -> Unit): ScopeConnection
Parameters
name
The unique name of the resulting resource.
block
Builder for ScopeConnection.
See also
Parameters
name
The unique name of the resulting resource.