alicloud_threat_detection_file_upload_limit

Provides a Threat Detection File Upload Limit resource. User-defined file upload limit.

For information about Threat Detection File Upload Limit and how to use it, see What is File Upload Limit.

Example Usage

Basic Usage

variable "name" {
  default = "terraform-example"
}

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


resource "alicloud_threat_detection_file_upload_limit" "default" {
  limit = "100"
}

Deleting alicloud_threat_detection_file_upload_limit or removing it from your configuration

Terraform cannot destroy resource alicloud_threat_detection_file_upload_limit. Terraform will remove this resource from the state file, however resources may remain.

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

Threat Detection File Upload Limit can be imported using the id, e.g.

$ terraform import alicloud_threat_detection_file_upload_limit.example