delivery_receipt
Version: v2025-02-18 | Includes use: Yes |
---|
Behavior name: Cloud Monitor Data Delivery
A static behavior that's required when specifying the Cloud Monitor module's edge_connect
behavior.
See Secure property requirements for guidance.
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" "delivery_receipt" {
rules_v2025_02_18 {
name = "Cloud Monitor Data Delivery"
comments = "Static. Required when specifying the Cloud Monitor module's edgeConnect behavior."
behavior {
delivery_receipt {
enabled = ""
}
}
}
}
"behaviors": [
{
"name": "deliveryReceipt",
"options": {
"enabled": ""
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables cloud monitoring data delivery for a cloud monitor. Does not require a value.
|
Updated 9 days ago