Hostname coverage match targets
akamai_appsec_hostname_coverage_match_targets
Returns information about the API and website match targets used to protect a hostname.
data "akamai_appsec_hostname_coverage_match_targets" "my_hostname_coverage_match_targets" {
config_id = 12345
hostname = "my_hostname_coverage.com"
}
output "my_hostname_coverage_match_targets" {
value = data.akamai_appsec_hostname_coverage_match_targets.my_hostname_coverage_match_targets
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
hostname | ✔️ | Name of the host you want to return information for. You can only return information for a single host and hostname at a time. |
Attributes
| Attribute | Description |
|---|---|
json | JSON-formatted list of the coverage information |
output_text | Tabular report of the coverage information. |
Updated 22 days ago
