cloud_interconnects
Version: v2025-02-18 | Includes use: No |
---|
Behavior name: Cloud Interconnects for Google Cloud (GCP)
Cloud Interconnects forwards traffic from edge servers to your cloud origin through Private Network Interconnects (PNIs), helping to reduce the egress costs at the origin. Supports origins hosted by Google Cloud Provider (GCP).
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" "cloud_interconnects" {
rules_v2025_02_18 {
name = "Cloud Interconnects for Google Cloud (GCP)"
comments = "Forwards traffic from edge servers to your cloud origin through PNIs."
behavior {
cloud_interconnects {
enabled = true
cloud_locations = [
"NA"
]
}
}
}
}
"behaviors": [
{
"name": "cloudInterconnects",
"options": {
"enabled": true,
"cloudLocations": [
"NA"
]
}
}
]
Options
Option | Description |
---|---|
enabled |
Channels the traffic to maximize the egress discount at the origin.
|
cloud_locations |
Specifies the geographical locations of your cloud origin. You should enable Cloud Interconnects only if your origin is in one of these locations, since GCP doesn't provide a discount for egress traffic for any other regions. Value is one of:
|
Updated 9 days ago