1 Answer
- Newest
- Most votes
- Most comments
0
The syntax of the findings array is outlined here: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-syntax.html. According to that syntax the key you're looking for (Resource
) does not exist on the objects in the findings
array. You might try $.detail.findings[0].Resources[0].Id
and see if that has the information you're after.
answered 3 years ago
Relevant content
- asked 3 years ago