tiered_distribution_customization
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Tiered Distribution Customization
With Tiered Distribution, Akamai edge servers retrieve cached content from other Akamai servers, rather than directly from the origin. This behavior sets custom Tiered Distribution maps (TD0) and migrates TD1 maps configured with advanced features to Cloud Wrapper. You need to enable cloud_wrapper
within the same rule.
Related behaviors:
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" "tiered_distribution_customization" {
rules_v2025_02_18 {
name = "Tiered Distribution Customization"
comments = "Retrieves cached content from other Akamai servers instead of directly from the origin."
behavior {
tiered_distribution_customization {
customer_map_enabled = false
map_migration_enabled = false
}
}
}
}
"behaviors": [
{
"name": "tieredDistributionCustomization",
"options": {
"customMapEnabled": false,
"mapMigrationEnabled": false
}
}
]
Options
Option | Description |
---|---|
custom_map_enabled |
Enables custom maps.
|
custom_map_name |
Specifies the custom map name.
|
serial_start |
Specifies a numeric serial start value.
|
serial_end |
Specifies a numeric serial end value. Akamai uses serial numbers to group machines and share objects in their cache with other machines in the same region.
|
hash_algorithm |
Specifies the hash algorithm. Value is one of:
|
map_migration_enabled |
Enables migration of the custom map to Cloud Wrapper.
|
migration_within_cw_maps_enabled |
Enables migration within Cloud Wrapper maps.
|
location |
Location from which Cloud Wrapper migration is performed. User should choose the existing Cloud Wrapper location. The new Cloud Wrapper location (to which migration has to happen) is expected to be updated as part of the main "Cloud Wrapper" behavior.
|
migration_start_date |
An epoch timestamp that specifies when to start migrating the map.
|
migration_end_date |
An epoch timestamp that specifies when to end migrating the map.
|
Updated about 1 hour ago