capacity Pool
suspend fun capacityPool(name: String, block: suspend CapacityPoolResourceBuilder.() -> Unit): CapacityPool
Parameters
name
The unique name of the resulting resource.
block
Builder for CapacityPool.
See also
Parameters
name
The unique name of the resulting resource.