Malware policies

akamai_appsec_malware_policies

Returns information about your malware policies. Malware polices help you control what happens when a request is made to upload files of various types. These policies help you control how your website is protected from malicious uploads.

data "akamai_appsec_malware_policies" "my_malware_policies" {
  config_id = 12345
}
output "my_malware_policies" {
  value = data.akamai_appsec_malware_policies.my_malware_policies
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
malware_policy_idUnique identifier of the malware policy you want to return information for. If not included, information is returned for all of your malware policies.

Attributes

Returned to you are the ID and name of the malware policies.