| Version: v2023-09-20 | Includes use: No | 
|---|
Behavior name: HSAF for Edge IP Binding
Edge IP Binding works with a limited set of static IP addresses to distribute your content, which can be limiting in large footprint environments. This behavior sets Hash Serial and Forward (HSAF) for Edge IP Binding to deal with larger footprints. It can only be configured on your behalf by Akamai Professional Services.
For more information, see the Edge IP Binding documentation.
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" "http_strict_transport_security" {
  rules_v2023_09_20 {
    name     = "HSAF for Edge IP Binding"
    comments = "Works with a limited set of static IP addresses to distribute your content."
    behavior {
      http_strict_transport_security {
        enabled = false
      }
    }
  }
}
"behaviors": [
  {
  "name": "hsafEipBinding",
    "options": {
      "enabled": false
    }
  }
]
Options
| Option | Description | 
|---|---|
| enabled | Enables HSAF for Edge IP Binding customers with a large footprint.
         | 
| custom_extracted_serial | Whether to pull the serial number from the variable value set in the  advancedbehavior. Work with your Akamai Services team to add theadvancedbehavior earlier in your property to extract and apply theAKA_PM_EIP_HSAF_SERIALvariable. | 
| hash_min_value | Specifies the minimum value for the HSAF hash. Value range is  2-2045. This needs to be lower thanhash_max_value. | 
| hash_max_value | Specifies the maximum value for the hash. Value range is  3-2046. This needs to be higher thanhash_min_value. | 
| tier | Specifies where the behavior is applied. Value is one of:
           
 | 
