Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties
Source:R/configservice_operations.R
configservice_select_aggregate_resource_config.RdAccepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.
See https://www.paws-r-sdk.com/docs/configservice_select_aggregate_resource_config/ for full documentation.
Usage
configservice_select_aggregate_resource_config(
Expression,
ConfigurationAggregatorName,
Limit = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- Expression
[required] The SQL query SELECT command.
- ConfigurationAggregatorName
[required] The name of the configuration aggregator.
- Limit
The maximum number of query results returned on each page.
- MaxResults
The maximum number of query results returned on each page. Config also allows the Limit request parameter.
- NextToken
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.