alicloud_cloud_firewall_vpc_firewall_cens

This data source provides Cloud Firewall Vpc Firewall Cen available to the user.What is Vpc Firewall Cen

Example Usage

data "alicloud_cloud_firewall_vpc_firewall_cens" "default" {
  ids    = ["${alicloud_cloud_firewall_vpc_firewall_cen.default.id}"]
  cen_id = "cen-cjok7uyb5w2b27573v"
  member_uid        = "1415189284827022"
  status            = "closed"
  vpc_firewall_name = "tf-test"
}

output "alicloud_cloud_firewall_vpc_firewall_cen_example_id" {
  value = data.alicloud_cloud_firewall_vpc_firewall_cens.default.cens.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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