alicloud_ga_custom_routing_port_mappings

This data source provides the Global Accelerator (GA) Custom Routing Port Mappings of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ga_custom_routing_port_mappings" "default" {
  accelerator_id = "your_accelerator_id"
}

output "ga_custom_routing_port_mappings_accelerator_id_1" {
  value = data.alicloud_ga_custom_routing_port_mappings.default.custom_routing_port_mappings.0.accelerator_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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