origin_​timeout

Version: v2024-01-09Includes 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_v2024_01_09 {
    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.