GuideReference
TrainingSupportCommunity
Guide

Eval penalty box

akamai_appsec_eval_penalty_box

🚧

Beta

Hello. We're still working on this feature, but we've reached a point in development that it's important to check in and see what you think.

Have a go at it and let us know if you find any issues or have suggestions.

Get penalty box settings for a security policy in evaluation mode.

data "akamai_appsec_eval_penalty_box" "my_eval" {
  config_id = 12345
  security_policy_id = abcd_123456
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.

Attributes

AttributeDescription
actionThe action to apply to requests from clients in the penalty box.
enabledWhether the penalty box is enabled for the given security policy.
  • true applies the penalty box action to requests from a client that triggered a WAF deny action for a period of 10 minutes.
  • false does not.