View a markdown version of this page

AWS::AppConfig::ExperimentDefinition Treatment - 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).

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" : {Key: Value, ...}, "Description" : String, "Enabled" : Boolean, "Key" : String, "Weight" : Number }

YAML

AttributeValues: Key: Value Description: String Enabled: Boolean Key: String Weight: Number

Properties

AttributeValues

Property description not available.

Required: No

Type: Object of AttributeValue

Update requires: No interruption

Description

A description of the treatment.

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

Enabled

Property 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