alicloud_threat_detection_malicious_file_whitelist_config

Provides a Threat Detection Malicious File Whitelist Config resource. malicious file add whitelist config.

For information about Threat Detection Malicious File Whitelist Config and how to use it, see What is Malicious File Whitelist Config.

Example Usage

Basic Usage

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

resource "alicloud_threat_detection_malicious_file_whitelist_config" "default" {
  operator     = "strEquals"
  field        = "fileMd6"
  target_value = "123"
  target_type  = "SELECTION_KEY"
  event_name   = "123"
  source       = "agentless"
  field_value  = "sadfas"
}

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 Malicious File Whitelist Config can be imported using the id, e.g.

$ terraform import alicloud_threat_detection_malicious_file_whitelist_config.example <id>