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

ArgumentRequiredDescription
config_id✔️A security configuration ID.

Attributes

AttributeDescription
jsonJSON-formatted list of information about the prefetch request settings
output_textTabular report showing the prefetch request settings.