policy

suspend fun policy(name: String, block: suspend PolicyResourceBuilder.() -> Unit): Policy

Parameters

name

The unique name of the resulting resource.

block

Builder for Policy.

See also


fun policy(name: String): Policy

Parameters

name

The unique name of the resulting resource.

See also