Rules
akamai_appsec_rules
Returns the action and the condition-exception information for your Kona Rule Set (KRS) rules.
data "akamai_appsec_rules" "my_rules" {
config_id = 12345
security_policy_id = "abcd_123456"
rule_id = "12345"
}
output "my_rules" {
value = data.akamai_appsec_rules.my_rules
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
rule_id | A rule ID. |
Attributes
| Attribute | Description |
|---|---|
rule_action | Action taken anytime the rule is triggered. Possible values are:
|
condition_exception | Conditions and exceptions associated with the rule |
Updated 16 days ago
