Version: v2023-05-30 | Includes use: Yes |
---|
Criterion name: Origin Timeout
Matches when the origin responds with a timeout error.
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" "origin_timeout" {
rules_v2023_05_30 {
name = "Origin Timeout"
comments = "Matches when the origin responds with a timeout error."
criterion {
origin_timeout {
match_operator = "ORIGIN_TIMED_OUT"
}
}
}
}
"criterion": [
{
"name": "originTimeout",
"options": {
"matchOperator": "ORIGIN_TIMED_OUT"
}
}
]
Options
Option | Description |
---|---|
match_operator |
Specifies a single required
ORIGIN_TIMED_OUT value.
|