Reputation profile action

akamai_appsec_reputation_profile_action

Modifies the action taken when a reputation profile is triggered.

resource "akamai_appsec_reputation_profile_action" "appsec_reputation_profile_action" {
  config_id             = 12345
  security_policy_id    = "abcd_123456"
  reputation_profile_id = 130713
  action                = "alert"
}

Arguments

ArgumentRequiredDescription
config_id✔️A security configuration ID.
security_policy_id✔️A security policy ID.
reputation_profile_id✔️Unique identifier of the reputation profile whose action is being modified.
action✔️Action taken any time the reputation profile 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.