View source: R/configservice_operations.R
configservice_list_aggregate_discovered_resources | R Documentation |
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.
configservice_list_aggregate_discovered_resources(
ConfigurationAggregatorName,
ResourceType,
Filters = NULL,
Limit = NULL,
NextToken = NULL
)
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 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.