host

suspend fun host(name: String, block: suspend HostResourceBuilder.() -> Unit): Host

Parameters

name

The unique name of the resulting resource.

block

Builder for Host.

See also


fun host(name: String): Host

Parameters

name

The unique name of the resulting resource.

See also