devicePool

suspend fun devicePool(name: String, block: suspend DevicePoolResourceBuilder.() -> Unit): DevicePool

Parameters

name

The unique name of the resulting resource.

block

Builder for DevicePool.

See also


Parameters

name

The unique name of the resulting resource.

See also