appService

suspend fun appService(name: String, block: suspend AppServiceResourceBuilder.() -> Unit): AppService

Parameters

name

The unique name of the resulting resource.

block

Builder for AppService.

See also


Parameters

name

The unique name of the resulting resource.

See also