V2Policy Orchestrator Orchestration Scope Selector Args
data class V2PolicyOrchestratorOrchestrationScopeSelectorArgs(val locationSelector: Output<V2PolicyOrchestratorOrchestrationScopeSelectorLocationSelectorArgs>? = null, val resourceHierarchySelector: Output<V2PolicyOrchestratorOrchestrationScopeSelectorResourceHierarchySelectorArgs>? = null) : ConvertibleToJava<V2PolicyOrchestratorOrchestrationScopeSelectorArgs>
Constructors
Link copied to clipboard
constructor(locationSelector: Output<V2PolicyOrchestratorOrchestrationScopeSelectorLocationSelectorArgs>? = null, resourceHierarchySelector: Output<V2PolicyOrchestratorOrchestrationScopeSelectorResourceHierarchySelectorArgs>? = null)
Properties
Link copied to clipboard
val locationSelector: Output<V2PolicyOrchestratorOrchestrationScopeSelectorLocationSelectorArgs>? = null
Selector containing locations in scope. Structure is documented below.
Link copied to clipboard
val resourceHierarchySelector: Output<V2PolicyOrchestratorOrchestrationScopeSelectorResourceHierarchySelectorArgs>? = null
Selector containing Cloud Resource Manager resource hierarchy nodes. Structure is documented below.