This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::AppConfig::ExperimentDefinition Treatment
Describes a treatment in an experiment, including its traffic allocation weight and feature flag value.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AttributeValues" :{, "Description" :Key:Value, ...}String, "Enabled" :Boolean, "Key" :String, "Weight" :Number}
YAML
AttributeValues:Description:Key:ValueStringEnabled:BooleanKey:StringWeight:Number
Properties
AttributeValuesProperty description not available.
Required: No
Type: Object of AttributeValue
Update requires: No interruption
Description-
A description of the treatment.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
EnabledProperty description not available.
Required: Yes
Type: Boolean
Update requires: No interruption
Key-
The unique key that identifies this treatment.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9]{1,8}Update requires: No interruption
Weight-
The traffic allocation weight for this treatment.
Required: Yes
Type: Number
Update requires: No interruption