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
Returned is a list of information about the prefetch request settings.
| Attribute | Description |
|---|---|
output_text | A tabular report listing the name and ID of your endpoints. |
json | JSON-formatted report of the custom rule information. |
Updated 22 days ago
