Note: if you are running CloudGraph locally you can view the interactive, automatically generated documentation in either GraphQL Playground or Altair by clicking the docs button on the right-hand side of the screen. After reading the below information we highly suggest you use one of these tools to test your queries as they will autocomplete fields for you and let you know if your queries are valid before you even submit them.
You can currently query the following attributes and connections on an AWS IAM Access Analyzer
Get data for a single AWS IAM Access Analyzer that you know the ID for:
Get data for all of the IAM Access Analyzers in a certain AWS account:
Get data for all of the IAM Access Analyzers that are NOT in a certain AWS account:
Get data for all of the IAM Access Analyzers that have Tags:
Use multiple filter selectors, (i.e. has, and, not, or) to get data for all of the IAM Access Analyzers that have Name OR that do not have Tags. Note that you can use has, and, not, or completely independently of each other:
You may also filter using a regex when filtering on a string field like, name if you want to look for a value that contains the word, production (case insensitive):
You can order the results you get back either asc or desc depending on your preference:
Only select and return the first two IAM Access Analyzers that are found:
Only select and return the first two IAM Access Analyzers that are found, but offset by one so IAM Access Analyzers two & three are returned:
Count the number of IAM Access Analyzers across all scanned AWS accounts:
Count the number of IAM Access Analyzers in a single account. Note that you can apply all of the same filters that are listed above to aggregate queries:
Find all the IAM Access Analyzers that for your dev env:
Find all the IAM Access Analyzers in account 12345:
Find all of the IAM Access Analyzers that have a tag of Environment:Production for a single AWS Account:
With CloudGraph you can run multiple queries at the same time so you can combine the above two queries if you like:
Putting it all together; get all data for all IAM Access Analyzers across all regions for all scanned AWS accounts in a single query.