alicloud_config_aggregate_config_rules

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

Example Usage

Basic Usage

data "alicloud_config_aggregate_config_rules" "example" {
  aggregator_id = "ca-3a9b626622af001d****"
  ids           = ["cr-5154626622af0034****"]
  name_regex    = "the_resource_name"
}

output "first_config_aggregate_config_rule_id" {
  value = data.alicloud_config_aggregate_config_rules.example.rules.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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