resourceLabelsSelector property
List of resource labels to search for, evaluated with AND.
For example, "resource_labels_selector": {"key": "value", "env": "prod"} will match resources with labels "key": "value" AND "env": "prod" https://cloud.google.com/resource-manager/docs/creating-managing-labels
Implementation
core.Map<core.String, core.String>? resourceLabelsSelector;