action

suspend fun action(name: String, block: suspend ActionResourceBuilder.() -> Unit): Action

Parameters

name

The unique name of the resulting resource.

block

Builder for Action.

See also


fun action(name: String): Action

Parameters

name

The unique name of the resulting resource.

See also