Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.
configservice_select_aggregate_resource_config(Expression,
ConfigurationAggregatorName, Limit, MaxResults, NextToken)
[required] The SQL query SELECT command.
[required] The name of the configuration aggregator.
The maximum number of query results returned on each page.
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
svc$select_aggregate_resource_config( Expression = "string", ConfigurationAggregatorName = "string", Limit = 123, MaxResults = 123, NextToken = "string" )
For more information about query components, see the Query Components section in the AWS Config Developer Guide.