custom Action Type
suspend fun customActionType(name: String, block: suspend CustomActionTypeResourceBuilder.() -> Unit): CustomActionType
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomActionType.
See also
Parameters
name
The unique name of the resulting resource.