Learn R Programming

paws.management (version 0.1.9)

configservice_select_aggregate_resource_config: 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

Description

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.

Usage

configservice_select_aggregate_resource_config(Expression,
  ConfigurationAggregatorName, Limit, MaxResults, NextToken)

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
NextToken

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

Request syntax

svc$select_aggregate_resource_config(
  Expression = "string",
  ConfigurationAggregatorName = "string",
  Limit = 123,
  MaxResults = 123,
  NextToken = "string"
)

Details

For more information about query components, see the Query Components section in the AWS Config Developer Guide.