china_cdn_region
Version: v2025-02-18 | Includes 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:
|
Updated about 1 hour ago