alicloud_ga_forwarding_rules

This data source provides the Global Accelerator (GA) Forwarding Rules of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_ga_forwarding_rules" "example" {
  accelerator_id = "example_value"
  listener_id    = "example_value"
  ids            = ["example_value"]
}

output "first_ga_forwarding_rule_id" {
  value = data.alicloud_ga_forwarding_rules.example.forwarding_rules.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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