service Action
suspend fun serviceAction(name: String, block: suspend ServiceActionResourceBuilder.() -> Unit): ServiceAction
Parameters
name
The unique name of the resulting resource.
block
Builder for ServiceAction.
See also
Parameters
name
The unique name of the resulting resource.