edge_redirector
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: Edge Redirector Cloudlet
This behavior enables the Edge Redirector Cloudlet application, which helps you manage large numbers of redirects. With Cloudlets available on your contract, choose Your services > Edge logic Cloudlets to control the Edge Redirector within Control Center. Otherwise use the Cloudlets API to configure it programmatically.
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_redirector" {
rules_v2025_02_18 {
name = "Edge Redirector Cloudlet"
comments = "Enables the Edge Redirector Cloudlet application."
behavior {
edge_redirector {
enabled = true
is_shared_policy = false
cloudlet_policy = ""
}
}
}
}
"behaviors": [
{
"name": "edgeRedirector",
"options": {
"enabled": true,
"isSharedPolicy": false,
"cloudletPolicy": ""
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the Edge Redirector Cloudlet.
|
is_shared_policy |
Whether you want to apply the Cloudlet shared policy to an unlimited number of properties within your account. Learn more about shared policies and how to create them in Cloudlets Policy Manager.
|
cloudlet_policy |
Specifies the Cloudlet policy as an object. Contains:
|
cloudlet_shared_policy |
Identifies the Cloudlet shared policy to use with this behavior. Use the Cloudlets API to list available shared policies.
|
Updated about 1 hour ago