createRegion

abstract suspend fun createRegion(name: String): Region

Creates a new region with the given name.

Return

the created Region instance

Parameters

name

desired region name