Eval group

akamai_appsec_eval_group

Returns the action and the condition-exception information for an evaluation attack group or collection of groups.

Note: This data source requires your account uses Adaptive Security Engine.

data "akamai_appsec_eval_groups" "my_eval_groups" {
  config_id          = 12345
  security_policy_id = "ABCD_12345"
  attack_group       = "SQL"
}

output "my_eval_groups" {
  value = data.akamai_appsec_eval_groups.my_eval_groups
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.
attack_groupUnique identifier of the evaluation attack group you want to return information for. If not included, information is returned for all your evaluation attack groups.

Attributes

AttributeDescription
attack_group_actionAction taken anytime the attack group is triggered. Possible values are:
  • alert. Records the event.
  • deny. Blocks the event.
  • deny. Takes your custom action against the event.
  • none. No action taken.
condition_exceptionConditions and exceptions associated with the attack group.