vpd

suspend fun vpd(name: String, block: suspend VpdResourceBuilder.() -> Unit): Vpd

Parameters

name

The unique name of the resulting resource.

block

Builder for Vpd.

See also


fun vpd(name: String): Vpd

Parameters

name

The unique name of the resulting resource.

See also