blueprint

suspend fun blueprint(name: String, block: suspend BlueprintResourceBuilder.() -> Unit): Blueprint

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Blueprint.


See also

Parameters

name

The unique name of the resulting resource.