AWS::Evidently::Experiment OnlineAbConfigObject - AWS CloudFormation

AWS::Evidently::Experiment OnlineAbConfigObject

A structure that contains the configuration of which variation to use as the "control" version. The "control" version is used for comparison with other variations. This structure also specifies how much experiment traffic is allocated to each variation.

Syntax

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

JSON

{ "ControlTreatmentName" : String, "TreatmentWeights" : [ TreatmentToWeight, ... ] }

Properties

ControlTreatmentName

The name of the variation that is to be the default variation that the other variations are compared to.

Required: No

Type: String

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

Minimum: 1

Maximum: 127

Update requires: No interruption

TreatmentWeights

A set of key-value pairs. The keys are treatment names, and the values are the portion of experiment traffic to be assigned to that treatment. Specify the traffic portion in thousandths of a percent, so 20,000 for a variation would allocate 20% of the experiment traffic to that variation.

Required: No

Type: Array of TreatmentToWeight

Update requires: No interruption