Eval penalty box
akamai_appsec_eval_penalty_box
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
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
Attributes
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.
|
Updated 16 days ago