alicloud_ga_custom_routing_endpoint_traffic_policies

This data source provides the Global Accelerator (GA) Custom Routing Endpoint Traffic Policies of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ga_custom_routing_endpoint_traffic_policies" "ids" {
  ids            = ["example_id"]
  accelerator_id = "your_accelerator_id"
}

output "ga_custom_routing_endpoint_traffic_policies_id_1" {
  value = data.alicloud_ga_custom_routing_endpoint_traffic_policies.ids.custom_routing_endpoint_traffic_policies.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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