sales_​force_​commerce_​cloud_​provider_​host_​header

Version: v2025-01-13Includes use: No

Behavior name: Akamai Provider for Salesforce Commerce Cloud Host Header Control

Manages host header values sent to the Salesforce Commerce Cloud platform.

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" "sales_force_commerce_cloud_provider_host_header" {
  rules_v2025_02_18 {
    name     = "Akamai Provider for Salesforce Commerce Cloud Host Header Control"
    comments = "Manages host header values sent to the Salesforce Commerce Cloud platform."
    behavior {
      sales_force_commerce_cloud_provider_host_header {
        host_header_source = "PROPERTY"
      }
    }
  }
}
"behaviors": [
  {
    "name": "salesForceCommerceCloudProviderHostHeader",
    "options": {
      "hostHeaderSource": "PROPERTY"
    }
  }
]

Options

Option Description
host_header_source
Specify where the host header derives from. Value is one of:
  • PROPERTY. From this property.
  • CUSTOMER. From the customer's property.