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

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.

Attributes

AttributeDescription
threat_intelReports the threat Intelligence setting, either on or off
jsonJSON-formatted threat intelligence report
output_textTabular report of the threat intelligence information.