alicloud_vpc_flow_log_service
更新时间:
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.
-> NOTE: Available since v1.209.0.
Example Usage
Basic Usage
data "alicloud_vpc_flow_log_service" "default" {
enable = "On"
}
Argument Reference
The following arguments are supported:
enable
- (Optional) Setting the value toOn
to enable the service. If has been enabled, return the result. Default value:Off
. Valid values:On
andOff
.
-> NOTE: Setting enable = "On"
to open the Vpc Flow Log service that means you have read and agreed the Vpc Flow Log Terms of Service. The service can not closed once it is opened.
Attributes Reference
The following attributes are exported in addition to the arguments listed above:
status
- The current service enable status.
文档内容是否对您有帮助?