Version: v2025-02-18Includes use: Yes

Criterion name: Percentage of Clients

This matches a specified percentage of requests when used with the accompanying behavior. Contact Akamai Professional Services for help configuring it.

Default criterion

These samples reflect the criterion's default settings. You can use these as is in your configurations or make adjustments based on the criterion's available options.

data "akamai_property_rules_builder" "bucket" {
  rules_v2025_02_18 {
    name     = "bucket"
    comments = "Matches a specified percentage of requests when used with the accompanying behavior."
    criterion {
      bucket {
        percentage = 100
      }
    }
  }
}
"criterion": [
  {
    "name": "bucket",
    "options": {
      "percentage": 100
    }
  }
]

Options

Option Description
percentage
Specifies the percentage of requests to match. Value range is 0-100