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
Argument | Required | Description |
---|---|---|
config_id | The configuration ID. | |
security_policy_id | The ID of the security policy to use. |
Attributes
Attribute | Description |
---|---|
json | A JSON-formatted list of information about the evasive path match settings. |
output_text | A tabular display showing the evasive path match settings. |
Updated 5 days ago