break_connection
Version: v2025-02-18 | Includes use: Yes |
---|
Behavior name: Break Forward Connection
This behavior simulates an origin connection problem, typically to test an accompanying fail_action
policy.
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" "break_connection" {
rules_v2025_02_18 {
name = "Break Forward Connection"
comments = "Simulates an origin connection problem."
behavior {
break_connection {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "breakConnection",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the break connection behavior.
|
Updated 9 days ago