configservice_describe_configuration_aggregators: Returns the details of one or more configuration aggregators

View source: R/configservice_operations.R

configservice_describe_configuration_aggregatorsR Documentation

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.

See https://www.paws-r-sdk.com/docs/configservice_describe_configuration_aggregators/ for full documentation.

Usage

configservice_describe_configuration_aggregators(
  ConfigurationAggregatorNames = NULL,
  NextToken = NULL,
  Limit = NULL
)

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, Config uses the default.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.