serviceConfig

suspend fun serviceConfig(name: String, block: suspend ServiceConfigResourceBuilder.() -> Unit): ServiceConfig

Parameters

name

The unique name of the resulting resource.

block

Builder for ServiceConfig.

See also


Parameters

name

The unique name of the resulting resource.

See also