AAP selected hostnames
akamai_appsec_aap_selected_hostnames
Create and update the protection or evaluation status of hostnames associated with a given security configuration and policy.
This resource requires access to Application and API Protector (AAP) or Web Application Protector (WAP).
resource "akamai_appsec_aap_selected_hostnames" "my_aap_selected_hostnames" {
config_id = 12345
protected_hosts = ["my-protected-host-aap.com"]
evaluated_hosts = ["my-evaluated-host-aap.com"]
security_policy_id = "abc1_234567"
}
Arguments
Argument | Required | Description |
---|---|---|
config_id | ✔️ | Your security configuration's ID. |
security_policy_id | ✔️ | Your security policy ID. |
protected_hosts | A list of hostnames to protect. | |
evaluated_hosts | A list of hostnames to place under evaluation. |
Attributes
There is no standard output for this resource. To get the details of your changes, use the AAP selected hostnames data source.
Updated 28 days ago