Delete Configuration Aggregator
configservice_delete_configuration_aggregator | R Documentation |
Deletes the specified configuration aggregator and the aggregated data associated with the aggregator¶
Description¶
Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.
Usage¶
configservice_delete_configuration_aggregator(
ConfigurationAggregatorName)
Arguments¶
ConfigurationAggregatorName |
[required] The name of the configuration aggregator. |
Value¶
An empty list.
Request syntax¶
svc$delete_configuration_aggregator(
ConfigurationAggregatorName = "string"
)