configservice_batch_get_aggregate_resource_config {paws.management} | R Documentation |
Returns the current configuration items for resources that are present in your Config aggregator
Description
Returns the current configuration items for resources that are present in your Config aggregator. The operation also returns a list of resources that are not processed in the current request. If there are no unprocessed resources, the operation returns an empty unprocessedResourceIdentifiers
list.
See https://www.paws-r-sdk.com/docs/configservice_batch_get_aggregate_resource_config/ for full documentation.
Usage
configservice_batch_get_aggregate_resource_config(
ConfigurationAggregatorName,
ResourceIdentifiers
)
Arguments
ConfigurationAggregatorName |
[required] The name of the configuration aggregator. |
ResourceIdentifiers |
[required] A list of aggregate ResourceIdentifiers objects. |
[Package paws.management version 0.9.0 Index]