alicloud_cen_flowlogs

This data source provides CEN flow logs available to the user.

Example Usage

Basic Usage

data "alicloud_cen_flowlogs" "default" {
  ids        = ["flowlog-tig1xxxxx"]
  name_regex = "^foo"
}

output "first_cen_flowlog_id" {
  value = "${data.alicloud_cen_instances.default.flowlogs.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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