content_delivery_network
Version: v2025-02-18 | Includes use: Yes |
---|
Criterion name: CDN Network
Specifies the type of Akamai network handling the request.
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" "content_delivery_network" {
rules_v2025_02_18 {
name = "CDN Network"
comments = "Specifies the type of Akamai network handling the request."
criterion {
content_delivery_network {
match_operator = "IS"
network = "STAGING"
}
}
}
}
"criterion": [
{
"name": "contentDeliveryNetwork",
"options": {
"matchOperator": "IS",
"network": "STAGING"
}
}
]
Options
Option | Description |
---|---|
match_operator |
Specifies the match's logic. Value is one of:
|
network |
Specifies the match's logic. Value is one of:
|
Updated about 1 hour ago