Version: v2024-08-13 | Includes use: Yes |
---|
Behavior name: HD Data Override: Advanced Metadata
This behavior specifies Akamai XML metadata that can only be configured on your behalf by Akamai Professional Services. Unlike the advanced
behavior, this may apply a different set of overriding metadata that executes in a post-processing phase.
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" "hd_data_advanced" {
rules_v2024_08_13 {
name = "HD Data Override: Advanced Metadata"
comments = "Specifies Akamai XML metadata that can only be configured on your behalf by Akamai Professional Services."
behavior {
hd_data_advanced {
description = ""
xml = ""
}
}
}
}
"behaviors": [
{
"name": "hdDataAdvanced",
"options": {
"description": "",
"xml": ""
}
}
]
Options
Option | Description |
---|---|
description |
Human-readable description of what the XML block does.
|
xml |
A block of Akamai XML metadata.
|