akamaizer_tag
Version: v2025-04-29 | Includes use: Yes |
|---|
Behavior name: Akamaizer Tag
This specifies HTML tags and replacement rules for hostnames used in conjunction with the akamaizer behavior. Contact Akamai Professional Services for help configuring the Akamaizer.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "akamaizer_tag" {
rules_v2025_04_29 {
name = "Akamaizer "
comments = "Specifies tags and replacement rules for Akamaizer."
behavior {
akamaizer_tag {
match _hostname = ""
replacement_hostname = ""
scope = "URL_ATTRIBUTE"
tags_attribute = "IMG_SRC"
replace_all = false
include_tags_attribute = true
}
}
}
}"behaviors": [
{
"name": "akamaizerTag",
"options": {
"matchHostname": "",
"replacementHostname": "",
"scope": "URL_ATTRIBUTE",
"tagsAttribute": "IMG_SRC",
"replaceAll": false,
"includeTagsAttribute": true
}
}
]Options
| Option | Description |
|---|---|
match_hostname |
Updated 6 days ago
