cloud_wrapper_advanced
Version: v2025-02-18 | Includes use: No |
---|
Behavior name: Cloud Wrapper Advanced
Your account representative uses this behavior to implement a customized failover configuration on your behalf. Use Cloud Wrapper Advanced with an enabled cloud_wrapper
behavior in the same rule.
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" "cloud_wrapper_advanced" {
rules_v2025_02_18 {
name = "Cloud Wrapper Advanced"
comments = "Implements a customized failover configuration."
behavior {
cloud_wrapper_advanced {
enabled = false
}
}
}
}
"behaviors": [
{
"name": "cloudWrapperAdvanced",
"options": {
"enabled": false
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables failover for Cloud Wrapper.
|
failover_map |
Specifies the failover map to handle Cloud Wrapper failures. Contact your account representative for more information.
|
custom_failover_map |
Specifies the custom failover map to handle Cloud Wrapper failures. Contact your account representative for more information.
|
Updated 9 days ago