alicloud_cen_bandwidth_packages

This data source provides CEN Bandwidth Packages available to the user.

Example Usage

data "alicloud_cen_bandwidth_packages" "example" {
  instance_id = "cen-id1"
  name_regex  = "^foo"
}

output "first_cen_bandwidth_package_id" {
  value = data.alicloud_cen_bandwidth_packages.example.packages.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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