policy

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Policy.


fun policy(name: String): Policy

See also

Parameters

name

The unique name of the resulting resource.