Custom rule actions
akamai_appsec_custom_rule_actions
Retrieve information about the actions defined for your custom rules. Custom rules are rules that you create yourself.
data "akamai_appsec_custom_rule_actions" "my_custom_rule_actions" {
config_id = 12345
security_policy_id = "abcd_123456"
}
output "custom_rule_actions" {
value = data.akamai_appsec_custom_rule_actions.my_custom_rule_actions
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
custom_rule_id | Unique identifier of the custom rule you want to return information for. If not included, action information is returned for all your custom rules. |
Attributes
Returned is a tabular report showing the ID, name, and action of the custom rules.
Updated 22 days ago
