Version: v2025-02-18Includes use: Yes

Behavior name: Akamaizer

This allows you to run regular expression substitutions over web pages. To apply this behavior, you need to match on a content​_type. Contact Akamai Professional Services for help configuring the Akamaizer. See also the akamaizer​_tag behavior.

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" {
  rules_v2025_02_18 {
    name     = "Akamaizer"
    comments = "Run regex substitutions over web pages."
    behavior {
      akamaizer {
        enabled = true
      }
    }
  }
}
"behaviors": [
  {
    "name": "akamaizer",
    "options": {
      "enabled": true
    }
  }
]

Options

Option Description
enabled
Enables the Akamaizer behavior.