Prefetch
akamai_appsec_advanced_settings_prefetch
Returns information about your prefetch request settings. By default, Web Application Firewall inspects only external requests — requests originating outside of your firewall or Akamai's edge servers. When prefetch is enabled, requests between your origin servers and Akamai's edge servers can also be inspected by the firewall.
data "akamai_appsec_advanced_settings_prefetch" "my_prefetch" {
config_id = 12345
}
output "my_prefetch" {
value = data.akamai_appsec_advanced_settings_prefetch.my_prefetch
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
Attributes
Attribute | Description |
---|---|
json | JSON-formatted list of information about the prefetch request settings |
output_text | Tabular report showing the prefetch request settings. |
Updated 8 days ago