ResourcePolicyArgs

data class ResourcePolicyArgs(val filter: Output<String>? = null, val resources: Output<String>? = null) : ConvertibleToJava<ResourcePolicyArgs>

A resource policy.

Constructors

Link copied to clipboard
constructor(filter: Output<String>? = null, resources: Output<String>? = null)

Properties

Link copied to clipboard
val filter: Output<String>? = null

Optional. When specified, this expression is used to filter the resources.

Link copied to clipboard
val resources: Output<String>? = null

Resources that are included and shared as a part of a project policy.

Functions

Link copied to clipboard
open override fun toJava(): ResourcePolicyArgs