alicloud_sae_application_scaling_rules

This data source provides the Sae Application Scaling Rules of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_sae_application_scaling_rules" "ids" {
  app_id = "example_value"
  ids    = ["example_value-1", "example_value-2"]
}
output "sae_application_scaling_rule_id_1" {
  value = data.alicloud_sae_application_scaling_rules.ids.rules.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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