alicloud_ga_bandwidth_packages

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

Example Usage

Basic Usage

data "alicloud_ga_bandwidth_packages" "example" {
  ids        = ["example_value"]
  name_regex = "the_resource_name"
}

output "first_ga_bandwidth_package_id" {
  value = data.alicloud_ga_bandwidth_packages.example.packages.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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