1 Answer
- Newest
- Most votes
- Most comments
0
Hello, this is a great question.
Upon testing in my environment, I have been able to yield results using the following query:
SELECT configuration.configRuleList.configRuleId, configuration.configRuleList.configRuleName, configuration.targetResourceId, configuration.targetResourceType, configuration.complianceType, configuration.configRuleList.configRuleArn, configuration.complianceType, accountId, awsRegion WHERE configuration.complianceType = 'NON_COMPLIANT'
Feel free to rearrange the columnization, or order, of the line items above (configuration.configRuleList.configRuleId
, configuration.configRuleList.configRuleName
, or configuration.configRuleList.configRuleArn
, etc.).
This should present each value in a .csv friendly format. If there are any questions that you may have, please feel free to ask.
Thank you!
answered a year ago
Relevant content
- Accepted Answerasked 2 years ago
- asked 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 7 months ago