config

suspend fun config(name: String, block: suspend ConfigResourceBuilder.() -> Unit): Config

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Config.


fun config(name: String): Config

See also

Parameters

name

The unique name of the resulting resource.