hostPool

suspend fun hostPool(name: String, block: suspend HostPoolResourceBuilder.() -> Unit): HostPool

Parameters

name

The unique name of the resulting resource.

block

Builder for HostPool.

See also


Parameters

name

The unique name of the resulting resource.

See also