custom

suspend fun custom(name: String, block: suspend CustomResourceBuilder.() -> Unit): Custom

Parameters

name

The unique name of the resulting resource.

block

Builder for Custom.

See also


fun custom(name: String): Custom

Parameters

name

The unique name of the resulting resource.

See also