partitionResource

suspend fun partitionResource(name: String, block: suspend PartitionResourceBuilder.() -> Unit): Partition

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Partition.