alicloud_cen_transit_route_table_aggregations

This data source provides the Cen Transit Route Table Aggregations of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_cen_transit_route_table_aggregations" "ids" {
  ids                    = ["example_id"]
  transit_route_table_id = "your_transit_route_table_id"
}

output "cen_transit_router_multicast_domain_id_0" {
  value = data.alicloud_cen_transit_route_table_aggregations.ids.transit_route_table_aggregations.0.id
}

data "alicloud_cen_transit_route_table_aggregations" "nameRegex" {
  name_regex             = "^my-name"
  transit_route_table_id = "your_transit_route_table_id"
}

output "cen_transit_router_multicast_domain_id_1" {
  value = data.alicloud_cen_transit_route_table_aggregations.nameRegex.transit_route_table_aggregations.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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