Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789 |
- // Slow Post Protection
- resource "akamai_appsec_slow_post" "slow_post" {
- config_id = akamai_appsec_configuration.config.config_id
- security_policy_id = akamai_appsec_security_policy.security_policy.security_policy_id
- slow_rate_action = "alert"
- slow_rate_threshold_rate = 10
- slow_rate_threshold_period = 60
- }
|