sales_​force_​commerce_​cloud_​client

Version: v2025-01-13Includes use: No

Behavior name: Akamai Connector for Salesforce Commerce Cloud

If you use the Salesforce Commerce Cloud platform for your origin content, this behavior allows your edge content managed by Akamai to contact directly to origin.

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_client" {
  rules_v2025_02_18 {
    name     = "Akamai Connector for Salesforce Commerce Cloud"
    comments = "Allows your edge content managed by Akamai to contact directly to origin."
    behavior {
      sales_force_commerce_cloud_client {
        enabled                         = true
        connector_id                    = ""
        origin_type                     = "DEFAULT"
        origin_host_header              = "DEFAULT"
        allow_override_origin_cache_key = false
      }
    }
  }
}
"behaviors": [
  {
    "name": "salesForceCommerceCloudClient",
    "options": {
      "enabled": true,
      "connectorId": "",
      "originType": "DEFAULT",
      "originHostHeader": "DEFAULT",
      "allowOverrideOriginCacheKey": false
    }
  }
]

Options

Option Description
enabled
Enables the Akamai Connector for Salesforce Commerce Cloud.
connector_id
An ID value that helps distinguish different types of traffic sent from Akamai to the Salesforce Commerce Cloud. Form the value as instance-realm-customer, where instance is either production or development, realm is your Salesforce Commerce Cloud service $REALM value, and customer is the name for your organization in Salesforce Commerce Cloud. You can use alphanumeric characters, underscores, or dot characters within dash-delimited segment values.
origin_type
Specifies where the origin is. Value is one of:
  • DEFAULT. Use a default Salesforce origin.
  • CUSTOMER. Customize the origin.
sf3c_origin_host
This specifies the hostname or IP address of the custom Salesforce origin.
origin_host_header
Specifies where the Host header is defined. Value is one of:
  • DEFAULT. Use the default Salesforce header.
  • CUSTOMER. Customize the header.
sf3c_origin_hostHeader
This specifies the hostname or IP address of the custom Salesforce host header.
allow_override_origin_cache_key
When enabled, overrides the forwarding origin's cache key.