match_​advanced

Version: v2025-02-18Includes use: Yes

Criterion name: Advanced Match

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

Default criterion

These samples reflect the criterion's default settings. You can use these as is in your configurations or make adjustments based on the criterion's available options.

data "akamai_property_rules_builder" "match_advanced" {
  rules_v2025_02_18 {
    name     = "Advanced Match"
    comments = "specifies match criteria using Akamai XML metadata."
    criterion {
      match_advanced {
        open_xml = ""
        close_xml = ""
        description = ""
      }
    }
  }
}
"criterion": [
  {
    "name": "matchAdvanced",
    "options": {
      "openXml": "",
      "closeXml": "",
      "description": ""
    }
  }
]

Options

Option Description
description
A human-readable description of what the XML block does.
open_xml
An XML string that opens the relevant block.
close_xml
An XML string that closes the relevant block.