Using this data source can open Vpc Flow Log service automatically. If the service has been opened, it will return opened.
For information about Vpc Flow Log and how to use it, see What is Vpc Flow Log.
Basic Usage
data "alicloud_vpc_flow_log_service" "default" {
enable = "On"
}
The following arguments are supported:
enable
- (Optional) Setting the value to On
to enable the service. If has been enabled, return the result. Default value: Off
. Valid values: On
and Off
.The following attributes are exported in addition to the arguments listed above:
status
- The current service enable status.