Attack payload logging
akamai_appsec_advanced_settings_attack_payload_logging
Enables, disables, or updates Attack Payload Logging settings.
By default, this operation is applied at the configuration level, which means that it is applied to all the security policies within that configuration.
However, by using the security_policy_id
parameter you can specify custom settings for an individual security policy.
resource "akamai_appsec_advanced_settings_attack_payload_logging" "attack_payload_logging" {
config_id = 12345
attack_payload_logging = file("${path.module}/attack-payload-logging.json")
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
attack_payload_logging | ✔️ | JSON representation of the Attack Payload Logging settings to be configured. |
security_policy_id | A security policy ID. If not included, the Attack Payload Logging settings are modified at the configuration scope and, as a result, apply to all the security policies associated with the configuration. |
Updated 2 days ago