Version: v2025-02-18Includes use: No

Behavior name: Advanced

This specifies Akamai XML metadata. It can only be configured on your behalf by Akamai Professional Services.

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" "advanced" {
  rules_v2025_02_18 {
    name     = "Advanced"
    comments = "Control the settings related to Akamai metadata"
    behavior {
      advanced {
        description = ""
        xml         = ""
      }
    }
  }
}
"behaviors": [
  {
    "name": "advanced",
    "options": {
      "description": "",
      "xml": ""
    }
  }
]

Options

Option Description
description
Human-readable description of what the XML block does.
xml
Akamai XML metadata.