Malware policy actions
akamai_appsec_malware_policy_actions
Returns information about your malware policy actions. Actions specify what happens any time a malware policy is triggered: the issue could be ignored, the request could be denied, or an alert could be generated.|
data "akamai_appsec_malware_policy_actions" "my_malware_policy_actions" {
config_id = 12345
security_policy_id = "abcd_123456"
}
output "my_malware_policy_actions" {
value = data.akamai_appsec_malware_policy_actions.my_malware_policy_actions
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
malware_policy_id | Unique identifier of the malware policy you want to return action information for. If not included, action information is returned for all malware policies associated with the specified security policy. |
Attributes
Returned to you are the ID, scanned action, and unscanned actions of malware policies.
Updated 3 days ago