Evasive path match

akamai_appsec_advanced_settings_evasive_path_match

Use the akamai_appsec_advanced_settings_evasive_path_match data source to retrieve information about the evasive path match for a configuration. This operation applies at the configuration level, and therefore applies to all policies within a configuration. You may retrieve these settings for a particular policy by specifying the policy using the security_policy_id parameter.

data "akamai_appsec_advanced_settings_evasive_path_match" "my_evasive_path_match" {
  config_id = 12345
}

output "advanced_settings_policy_evasive_path_match" {
  value = data.akamai_appsec_advanced_settings_evasive_path_match.my_evasive_path_match
}

Arguments

ArgumentRequiredDescription
config_idThe configuration ID.
security_policy_idThe ID of the security policy to use.

Attributes

AttributeDescription
jsonA JSON-formatted list of information about the evasive path match settings.
output_textA tabular display showing the evasive path match settings.