Bypass network lists
akamai_appsec_bypass_network_lists
Returns information about the network lists assigned to the bypass network list; networks on this list are not subject to firewall checking.
Note that this data source is only applicable to WAP (Web Application Protector) configurations.
data "akamai_appsec_bypass_network_lists" "my_bypass_network_lists" {
config_id = 12345
security_policy_id = "abcd_123456"
}
output "bypass_network_lists{
value = data.akamai_appsec_bypass_network_lists.my_bypass_network_lists
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
Attributes
| Attribute | Description |
|---|---|
bypass_network_list | List of network or client list IDs. |
json | JSON-formatted list of information about the bypass networks. |
output_text | Tabular report showing the bypass network list information. |
Updated 22 days ago
