Penalty box
Modifies the penalty box settings for a security policy.
resource "akamai_appsec_penalty_box" "penalty_box" {
config_id = 12345
security_policy_id = "abcd_123456"
penalty_box_protection = true
penalty_box_action = "deny"
}Arguments
| Attribute | Description |
|---|---|
config_id | A security configuration ID. |
security_policy_id | A security policy ID. |
penalty_box_action | Action taken any time the penalty box is triggered. Contains:
|
penalty_box_protection | When set to true, penalty box protections are enabled. |
Attributes
Returned to your state file is a reflection of the information in your request.
Updated 7 days ago
