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
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 9 months ago