Evasive path match
akamai_appsec_advanced_settings_evasive_path_match
The resource_akamai_appsec_advanced_settings_evasive_path_match
resource allows you to enable, disable, or update the evasive path match setting for a configuration.
This setting determines whether fuzzy matching is used to make URL matching more inclusive.
This operation applies at the configuration level, and therefore applies to all policies within a configuration.
You may override this setting for a particular policy by specifying the policy using the security_policy_id parameter.
resource "akamai_appsec_advanced_settings_evasive_path_match" "my_evasive_path_match" {
config_id = 12345
enable_path_match = true
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
enable_path_match | ✔️ | When set to true , it enables path match. |
Updated 7 days ago