alicloud_smartag_flow_log

Provides a Smartag Flow Log resource.

For information about Smartag Flow Log and how to use it, see What is Flow Log.

Example Usage

Basic Usage

provider "alicloud" {
  region = "cn-shanghai"
}

resource "alicloud_smartag_flow_log" "example" {
  netflow_server_ip   = "192.168.0.2"
  netflow_server_port = 9995
  netflow_version     = "V9"
  output_type         = "netflow"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

Import

Smartag Flow Log can be imported using the id, e.g.

$ terraform import alicloud_smartag_flow_log.example <id>