resource Guard Proxy
suspend fun resourceGuardProxy(name: String, block: suspend ResourceGuardProxyResourceBuilder.() -> Unit): ResourceGuardProxy
Parameters
name
The unique name of the resulting resource.
block
Builder for ResourceGuardProxy.
See also
Parameters
name
The unique name of the resulting resource.