cloud

suspend fun cloud(name: String, block: suspend CloudResourceBuilder.() -> Unit): Cloud

Parameters

name

The unique name of the resulting resource.

block

Builder for Cloud.

See also


fun cloud(name: String): Cloud

Parameters

name

The unique name of the resulting resource.

See also