alicloud_ga_basic_accelerators

更新时间:2025-04-02 00:45:08

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

-> NOTE: Available since v1.194.0.

Example Usage

Basic Usage

data "alicloud_ga_basic_accelerators" "default" {
  status = "active"
}

output "ga_basic_accelerator_id_1" {
  value = data.alicloud_ga_basic_accelerators.default.accelerators.0.id
}

Argument Reference

The following arguments are supported:

  • ids - (Optional, ForceNew, Computed) A list of Global Accelerator Basic Accelerator IDs.
  • name_regex - (Optional, ForceNew) A regex string to filter results by Global Accelerator Basic Accelerator name.
  • accelerator_id - (Optional, ForceNew) The ID of the Global Accelerator Basic Accelerator instance.
  • bandwidth_billing_type - (Optional, ForceNew, Available since v1.243.0) The bandwidth billing method. Valid values:
    • BandwidthPackage: billed based on bandwidth plans.
    • CDT: billed through Cloud Data Transfer (CDT) and based on data transfer.
    • CDT95: billed through CDT and based on the 95th percentile bandwidth. This bandwidth billing method is available only for users that are included in the whitelist.
  • status - (Optional, ForceNew) The status of the Global Accelerator Basic Accelerator instance. Valid Value: init, active, configuring, binding, unbinding, deleting, finacialLocked.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

Attributes Reference

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

  • names - A list of Global Accelerator Basic Accelerator names.
  • accelerators - A list of Global Accelerator Basic Accelerators. Each element contains the following attributes:
    • id - The id of the Global Accelerator Basic Accelerator.
    • basic_accelerator_id - The id of the Global Accelerator Basic Accelerator instance.
    • basic_accelerator_name - The name of the Global Accelerator Basic Accelerator instance.
    • basic_endpoint_group_id - The ID of the endpoint group that is associated with the Global Accelerator Basic Accelerator instance.
    • basic_ip_set_id - The ID of the acceleration region.
    • bandwidth_billing_type - The bandwidth billing method.
    • instance_charge_type - The billing method of the Global Accelerator Basic Accelerator instance.
    • description - The description of the Global Accelerator Basic Accelerator instance.
    • region_id - The ID of the region where the Global Accelerator Basic Accelerator instance is deployed.
    • create_time - The timestamp that indicates when the Global Accelerator Basic Accelerator instance was created.
    • expired_time - The timestamp that indicates when the Global Accelerator Basic Accelerator instance was expired.
    • status - The status of the Global Accelerator Basic Accelerator instance.
    • basic_bandwidth_package - The details about the basic bandwidth plan that is associated with the Global Accelerator Basic Accelerator instance.
      • instance_id - The ID of the basic bandwidth plan.
      • bandwidth - The bandwidth value of the basic bandwidth plan. Unit: Mbit/s.
      • bandwidth_type - The type of the bandwidth that is provided by the basic bandwidth plan.
    • cross_domain_bandwidth_package - The details about the cross-region acceleration bandwidth plan that is associated with the Global Accelerator Basic Accelerator instance. NOTE: This array is returned only for Global Accelerator Basic Accelerator instances that are created on the International site.
      • instance_id - The ID of the cross-region acceleration bandwidth plan.
      • bandwidth - The bandwidth value of the cross-region acceleration bandwidth plan. Unit: Mbit/s.

  • 本页导读 (1)
  • Example Usage
  • Argument Reference
  • Attributes Reference