Policy actions

akamai_appsec_rate_policy_actions

Returns information about your rate policy actions. Actions specify what happens any time a rate policy is triggered: the issue could be ignored, the request could be denied, or an alert could be generated.

data "akamai_appsec_rate_policy_actions" "my_rate_policy_actions" {
  config_id          = 12345
  security_policy_id = "abcd_123456"
}
output "my_rate_policy_actions" {
  value = data.akamai_appsec_rate_policy_actions.my_rate_policy_actions
}

Arguments

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

Attributes

Returned is the ID, IPv4 action, and IPv6 action of the rate policies.