customService

suspend fun customService(name: String, block: suspend CustomServiceResourceBuilder.() -> Unit): CustomService

Parameters

name

The unique name of the resulting resource.

block

Builder for CustomService.

See also


Parameters

name

The unique name of the resulting resource.

See also