Get penalty box settings for a security policy in evaluation mode.
data "akamai_appsec_eval_penalty_box" "my_eval_penalty_box" {
config_id = 12345
security_policy_id = abcd_123456
}
output "my_eval_penalty_box" {
value = data.akamai_appsec_eval_penalty_box.my_eval_penalty_box
}
| Argument | Required | Description |
|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
| Attribute | Description |
|---|
action | The action to apply to requests from clients in the penalty box. |
enabled | Whether 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.
|