stack

suspend fun stack(name: String, block: suspend StackResourceBuilder.() -> Unit): Stack

Parameters

name

The unique name of the resulting resource.

block

Builder for Stack.

See also


fun stack(name: String): Stack

Parameters

name

The unique name of the resulting resource.

See also