Version: v2023-01-05 | Includes use: Yes |
---|
Criterion name: Akamai Server Location
The location of the Akamai server 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" "server_location" {
rules_v2023_01_05 {
name = ""
comments = ""
criterion {
server_location {
location_type = "COUNTRY"
countries = []
match_operator = "IS_ONE_OF"
}
}
}
}
"criterion": [
{
"name": "serverLocation",
"options": {
"locationType": "COUNTRY",
"countries": [],
"matchOperator": "IS_ONE_OF"
}
}
]
Options
Option | Description |
---|---|
location_type |
Indicates the geographic scope. Value is one of:
|
match_operator |
Specifies the match logic. Value is one of:
|
countries |
|
continents |
|
regions |