advanced_​im_​match

Version: v2023-01-05Includes use: Yes

Criterion name: Image and Video Manager

Matches whether the image_manager behavior already applies to the current set of requests.

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" "advanced_im_match" {
  rules_v2025_04_29 {
    name     = "Image and Video Manager"
    comments = "Matches whether the image_manager behavior already applies to the current set of requests"
    criterion {
      advanced_im_match {
        match_operator = "IS"
        match_on = "ANY_IM"
      }
    }
  }
}
"criterion": [
  {
    "name": "advancedImMatch",
    "options": {
      "matchOperator": "IS",
      "matchOn": "ANY_IM"
    }
  }
]

Options

Option Description
match_operator
Specifies the match's logic. Value is one of:
  • IS. Matches the selected requests.
  • IS_NOT. Does not match the selected requests.
match_on
Specifies the match's scope. Value is one of:
  • ANY_IM. Whether to match any requests that also include generated derivatives.
  • PRISTINE. Whether to match only pristine requests on original images or videos from Image and Video Manager.