awslabs / aws-config-resource-schema

AWS Config resource schema define the properties and types of AWS Config resource configuration items (CIs). Resource CI schema are used by developers when performing advanced resource queries and when processing CI data.
Apache License 2.0
236 stars 61 forks source link

Query Editor: resourceName should resolve to Name tag #11

Open Wenzil opened 4 years ago

Wenzil commented 4 years ago

For resources that don't have a "native" name property, the Name tag (if present) should be used to resolve the resourceName property.

Our primary use case is being able to view all EC2 instances across accounts, along with the instance names.

Thoughts?