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

ArgumentRequiredDescription
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

AttributeDescription
jsonJSON-formatted list of the coverage information
output_textTabular report of the coverage information.