edge_load_balancing_advanced
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: Edge Load Balancing: Advanced Metadata
This behavior implements customized Edge Load Balancing features. Contact Akamai Professional Services for help configuring it.
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" "edge_load_balancing_advanced" {
rules_v2025_02_18 {
name = "Edge Load Balancing: Advanced Metadata"
comments = "Implements customized Edge Load Balancing features."
behavior {
edge_load_balancing_advanced {
description = ""
xml = ""
}
}
}
}
"behaviors": [
{
"name": "edgeLoadBalancingAdvanced",
"options": {
"description": "",
"xml": ""
}
}
]
Options
Option | Description |
---|---|
description |
A description of what the
xml block does.
|
xml |
A block of Akamai XML metadata.
|
Updated 1 day ago