inclusionLabels property
Labels to filter resources by.
Each key-value pair in the map must exist on the resource for it to be
included (e.g. VM instance labels). For example, specifying { "env": "prod", "database": "nosql" } will only include resources that have
labels env=prod and database=nosql.
Implementation
core.Map<core.String, core.String>? inclusionLabels;