alicloud_bssopenapi_pricing_modules

This data source provides Bss Open Api Pricing Module available to the user.What is Pricing Module

Example Usage

data "alicloud_bss_open_api_pricing_modules" "default" {
  name_regex        = "国内月均日峰值带宽"
  product_code      = "cdn"
  product_type      = "CDN"
  subscription_type = "PayAsYouGo"
}

output "alicloud_bss_openapi_pricing_module_example_id" {
  value = data.alicloud_bss_open_api_pricing_modules.default.modules.0.code
}

Argument Reference

The following arguments are supported:

Attributes Reference

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

format 1024-1024000 when Type = range_float: 1024 means from 1024 to 1024000, step size 1024.