alicloud_cen_transit_router_route_entries

This data source provides CEN Transit Router Route Entries available to the user.What is Cen Transit Router Route Entries

Example Usage

data "alicloud_cen_transit_router_route_entries" "entry" {
  transit_router_route_table_id = "vtb-*********"
}

output "transit_router_route_entry_destination_cidr_block"" {
  value = data.alicloud_cen_transit_router_route_entries.transit_router_route_entries.0.transit_router_route_entry_destination_cidr_block
}

Argument Reference

The following arguments are supported:

Attributes Reference

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