proxy

suspend fun proxy(name: String, block: suspend ProxyResourceBuilder.() -> Unit): Proxy

Parameters

name

The unique name of the resulting resource.

block

Builder for Proxy.

See also


fun proxy(name: String): Proxy

Parameters

name

The unique name of the resulting resource.

See also