alicloud_wafv3_instance
更新时间:
Provides a Wafv3 Instance resource.
For information about Wafv3 Instance and how to use it, see What is Instance.
-> NOTE: Available in v1.200.0+.
Example Usage
Basic Usage
resource "alicloud_wafv3_instance" "default" {
}
Argument Reference
The following arguments are supported:
Attributes Reference
The following attributes are exported:
id
- Thekey
of the resource supplied above.create_time
- The creation time of the resourceinstance_id
- The first ID of the resourcestatus
- The status of the resource
Timeouts
The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 1 mins) Used when create the Instance.delete
- (Defaults to 1 mins) Used when delete the Instance.
Import
Wafv3 Instance can be imported using the id, e.g.
$ terraform import alicloud_wafv3_instance.example <id>
文档内容是否对您有帮助?