timeout
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Connect Timeout
Sets the HTTP connect timeout.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "timeout" {
rules_v2025_02_18 {
name = "Connect Timeout"
comments = "Sets the HTTP connect timeout."
behavior {
timeout {
value = "5s"
}
}
}
}
"behaviors": [
{
"name": "timeout",
"options": {
"value": "5s"
}
}
]
Options
Option | Description |
---|---|
value |
Specifies the timeout in seconds.
|
Updated 1 day ago