cloud

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Cloud.


fun cloud(name: String): Cloud

See also

Parameters

name

The unique name of the resulting resource.