AWS::Evidently::Experiment TreatmentToWeight - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Evidently::Experiment TreatmentToWeight

This structure defines how much experiment traffic to allocate to one treatment used in the experiment.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SplitWeight" : Integer, "Treatment" : String }

YAML

SplitWeight: Integer Treatment: String

Properties

SplitWeight

The portion of experiment traffic to allocate to this treatment. Specify the traffic portion in thousandths of a percent, so 20,000 allocated to a treatment would allocate 20% of the experiment traffic to that treatment.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 100000

Update requires: No interruption

Treatment

The name of the treatment.

Required: Yes

Type: String

Pattern: [-a-zA-Z0-9._]*

Minimum: 1

Maximum: 127

Update requires: No interruption