deny_direct_failover_access
Version: v2025-02-18 | Includes use: Yes |
---|
Behavior name: Security Failover Protection
A static behavior required for all properties that implement a failover under the Cloud Security Failover product.
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" "deny_direct_failover_access" {
rules_v2025_02_18 {
name = "Security Failover Protection"
comments = "Supports Cloud Security Failover."
behavior {
deny_direct_failover_access {
enabled = ""
}
}
}
}
"behaviors": [
{
"name": "denyDirectFailoverAccess",
"options": {
"enabled": ""
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables a failover for the Cloud Security Failover product. Does not require a value.
|
Updated 9 days ago