GuideReference
Guide

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" "threat_intel" {
  config_id = 12345
  security_policy_id = "abcd_1234567"
}

Argument reference

This data source supports the following arguments:

  • config_id (Required). Unique identifier of the security configuration associated with the threat intelligence settings.
  • security_policy_id (Required). Unique identifier of the security policy associated with the threat intelligence settings.

Output options

The following options can be used to determine the information returned, and how that returned information is formatted:

  • 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.