Tuning recommendations
akamai_appsec_tuning_recommendations
Get tuning recommendations for the specified attack group or rule.
data "akamai_appsec_tuning_recommendations" "my_tuning_recommendations" {
config_id = 12345
security_policy_id = abcd_1234
}
output "my_tuning_recommendations" {
value = data.akamai_appsec_tuning_recommendations.my_tuning_recommendations
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
ruleset_type | Type of ruleset used by the security configuration you want tuning recommendations for. Supported values are active and evaluation | |
attack_group | Unique name of the attack group you want tuning recommendations for. If both attack_group and rule_id not included, recommendations are returned for all attack groups. | |
rule_id | Unique id of the rule you want tuning recommendations for. If both attack_group and rule_id not included, recommendations are returned for all attack groups. |
Attributes
Returned is a list of the tuning recommendations for the security policy, the attack group or the rule.
The exception block format in a recommendation conforms to the exception block format used in condition_exception
element of attack_group
or ASE rule resource.
Updated 9 days ago