portal

suspend fun portal(name: String, block: suspend PortalResourceBuilder.() -> Unit): Portal

Parameters

name

The unique name of the resulting resource.

block

Builder for Portal.

See also


fun portal(name: String): Portal

Parameters

name

The unique name of the resulting resource.

See also