mecRole

suspend fun mecRole(name: String, block: suspend MECRoleResourceBuilder.() -> Unit): MECRole

Parameters

name

The unique name of the resulting resource.

block

Builder for MECRole.

See also


fun mecRole(name: String): MECRole

Parameters

name

The unique name of the resulting resource.

See also