cloud_​wrapper_​advanced

Version: v2025-02-18Includes 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.