ResourcePolicyAssignmentResourceSelectorSelectorArgs

data class ResourcePolicyAssignmentResourceSelectorSelectorArgs(val ins: Output<List<String>>? = null, val kind: Output<String>, val notIns: Output<List<String>>? = null) : ConvertibleToJava<ResourcePolicyAssignmentResourceSelectorSelectorArgs>

Constructors

constructor(ins: Output<List<String>>? = null, kind: Output<String>, notIns: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ins: Output<List<String>>? = null
Link copied to clipboard
val kind: Output<String>

Specifies which characteristic will narrow down the set of evaluated resources. Possible values are resourceLocation, resourceType and resourceWithoutLocation.

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

Functions

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