customAction

suspend fun customAction(name: String, block: suspend CustomActionResourceBuilder.() -> Unit): CustomAction

Parameters

name

The unique name of the resulting resource.

block

Builder for CustomAction.

See also


Parameters

name

The unique name of the resulting resource.

See also