china_​cdn_​region

Version: v2025-02-18Includes use: Yes

Criterion name: ChinaCDN Region

Identifies traffic deployed over Akamai's regional ChinaCDN infrastructure.

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" "china_cdn_region" {
  rules_v2025_02_18 {
    name     = "ChinaCDN Region"
    comments = "Identifies traffic deployed over Akamai's regional ChinaCDN infrastructure."
    criterion {
      china_cdn_region {
        match_operator = "IS"
      }
    }
  }
}
"criterion": [
  {
    "name": "chinaCdnRegion",
    "options": {
      "matchOperator": "IS"
    }
  }
]

Options

Option Description
match_operator
Specifies the match's logic. Value is one of:
  • IS. The request is deployed over ChinaCDN.
  • IS_NOT. The request is not deployed over ChinaCDN.