configservice_list_aggregate_discovered_resources: Accepts a resource type and returns a list of resource...

View source: R/configservice_operations.R

configservice_list_aggregate_discovered_resourcesR Documentation

Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions

Description

Accepts a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions. A resource identifier includes the resource type, ID, (if available) the custom resource name, source account, and source region. You can narrow the results to include only resources that have specific resource IDs, or a resource name, or source account ID, or source region.

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

Usage

configservice_list_aggregate_discovered_resources(
  ConfigurationAggregatorName,
  ResourceType,
  Filters = NULL,
  Limit = NULL,
  NextToken = NULL
)

Arguments

ConfigurationAggregatorName

[required] The name of the configuration aggregator.

ResourceType

[required] The type of resources that you want Config to list in the response.

Filters

Filters the results based on the ResourceFilters object.

Limit

The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. 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.