configservice_get_aggregate_discovered_resource_counts: Returns the resource counts across accounts and regions that...

View source: R/configservice_operations.R

configservice_get_aggregate_discovered_resource_countsR Documentation

Returns the resource counts across accounts and regions that are present in your Config aggregator

Description

Returns the resource counts across accounts and regions that are present in your Config aggregator. You can request the resource counts by providing filters and GroupByKey.

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

Usage

configservice_get_aggregate_discovered_resource_counts(
  ConfigurationAggregatorName,
  Filters = NULL,
  GroupByKey = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConfigurationAggregatorName

[required] The name of the configuration aggregator.

Filters

Filters the results based on the ResourceCountFilters object.

GroupByKey

The key to group the resource counts.

Limit

The maximum number of GroupedResourceCount objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.

NextToken

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


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