Threat intel
akamai_appsec_threat_intel
Returns threat intelligence settings for a security policy groups.
Note: This data source requires your account uses Adaptive Security Engine.
data "akamai_appsec_threat_intel" "my_threat_intel" {
config_id = 12345
security_policy_id = "abcd_1234567"
}
output "my_threat_intel" {
value = data.akamai_appsec_threat_intel.my_threat_intel
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
Attributes
Attribute | Description |
---|---|
threat_intel | Reports the threat Intelligence setting, either on or off |
json | JSON-formatted threat intelligence report |
output_text | Tabular report of the threat intelligence information. |
Updated 4 days ago