cloud_​wrapper

Version: v2025-02-18Includes use: No

Behavior name: Cloud Wrapper

Cloud Wrapper maximizes origin offload for large libraries of video, game, and software downloads by optimizing data caches in regions nearest to your origin. You can't use this behavior in conjunction with sure​_route or tiered​_distribution.

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" {
  rules_v2025_02_18 {
    name     = "Cloud Wrapper"
    comments = "Optimizes data caches in regions nearest to your origin."
    behavior {
      cloud_wrapper {
        enabled = false
      }
    }
  }
}
"behaviors": [
  {
    "name": "cloudWrapper",
    "options": {
      "enabled": false
    }
  }
]

Options

Option Description
enabled
Enables Cloud Wrapper behavior.
location
The location you want to distribute your Cloud Wrapper cache space to. This behavior allows all locations configured in your Cloud Wrapper configuration.