Configuration Recorder
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 Configuration Recorder
Get data for a single AWS Configuration Recorder that you know the ID or arn for:
Get data for all of the Configuration Recorders in a certain AWS account:
Get data for all of the Configuration Recorders that are NOT in a certain AWS account:
Get data for all of the Configuration Recorders that have a connected iamRole:
You may also filter using a regex when filtering on a string field like, region if you want to look for a value that matches say, us- to get all Configuration Recorders in us regions:
You can order the results you get back either asc or desc depending on your preference:
Only select and return the first two Configuration Recorders that are found:
Only select and return the first two Configuration Recorders that are found, but offset by one so Configuration Recorders two & three are returned:
Count the number Configuration Recorders across all scanned AWS accounts:
Count the number of Configuration Recorders in a single account. Note that you can apply all of the same filters that are listed above to aggregate queries:
Find all of the Configuration Recorders that are in the us-east-1 region across all your accounts:
Putting it all together; get all data for all Configuration Recorders across all regions for all scanned AWS accounts in a single query. For the purposes of this example we will only get direct children of the configuration recorders but if you want to it's easy to go from say, configurationRecorder -> iamRole -> iamPolicy ...etc:
