paws.management (version 0.1.0)

configservice_describe_configuration_aggregators: Returns the details of one or more configuration aggregators

Description

Returns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.

Usage

configservice_describe_configuration_aggregators(
  ConfigurationAggregatorNames, NextToken, Limit)

Arguments

ConfigurationAggregatorNames

The name of the configuration aggregators.

NextToken

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

Limit

The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.

Request syntax

svc$describe_configuration_aggregators(
  ConfigurationAggregatorNames = list(
    "string"
  ),
  NextToken = "string",
  Limit = 123
)