alicloud_cen_route_maps

This data source provides CEN Route Maps available to the user.

Example Usage

data "alicloud_cen_route_maps" "this" {
  cen_id             = "cen-ihdlgo87ai********"
  ids                = ["cen-ihdlgo87ai:cenrmap-bnh97kb3mn********"]
  description_regex  = "datasource_test"
  cen_region_id      = "cn-hangzhou"
  transmit_direction = "RegionIn"
  status             = "Active"
}

output "first_cen_route_map_id" {
  value = data.alicloud_cen_route_maps.this.maps.0.route_map_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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