enhanced_​akamai_​protocol

Version: v2024-10-21Includes use: Yes

Behavior name: Enhanced Akamai Protocol

Enables the Enhanced Akamai Protocol, a suite of advanced routing and transport optimizations that increase your website's performance and reliability. It is only available to specific applications, and requires a special routing from edge to origin.

Warning: Disabling this behavior may significantly reduce a property's performance.

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.

Note: There are no options for this behavior. Placing it in the behavior block without options enables it.

data "akamai_property_rules_builder" "enhanced_akamai_protocol" {
  rules_v2024-10-21 {
    name     = "Enhanced Akamai Protocol"
    comments = "Increase your website's performance and reliability."
    behavior {
      enhanced_akamai_protocol {
      }
    }
  }
}
"behaviors": [
  {
  "name": "enhancedAkamaiProtocol",
  "options": {
    "enabled": ""
    }
  }
]