alicloud_cen_private_zones

This data source provides CEN Private Zones available to the user.

Example Usage

data "alicloud_cen_private_zones" "this" {
  cen_id         = "cen-o40h17ll9w********"
  ids            = ["cn-hangzhou"]
  status         = "Active"
}

output "first_cen_private_zones_id" {
  value = "${data.alicloud_cen_private_zones.this.zones.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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