Slow POST protection
akamai_appsec_slowpost_protection
Enables or disables slow POST protection for a security configuration and security policy. Slow POST protections help defend a site against attacks that try to tie up the site by using extremely slow requests and responses.
resource "akamai_appsec_slowpost_protection" "protection" {
config_id = 12345
security_policy_id = "abcd_123456"
enabled = true
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
enabled | ✔️ | When set to true, it enables slow POST protections. |
Attributes
Returns the current protection settings.
Updated 22 days ago
