alicloud_config_aggregate_deliveries

This data source provides the Config Aggregate Deliveries of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_config_aggregate_deliveries" "ids" {
  aggregator_id = "example_value"
  ids           = ["example_value-1", "example_value-2"]
}
output "config_aggregate_delivery_id_1" {
  value = data.alicloud_config_aggregate_deliveries.ids.deliveries.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: