View a markdown version of this page

AWS::AppConfig::ExperimentRun TreatmentOverrides - 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::ExperimentRun TreatmentOverrides

Treatment assignment overrides that assign specific entity IDs to treatments, bypassing random assignment.

Syntax

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

JSON

{ "Inline" : {Key: Value, ...} }

YAML

Inline: Key: Value

Properties

Inline

A map of entity IDs to treatment keys. Each entry assigns the specified entity to the specified treatment, bypassing random assignment.

Required: No

Type: Object of String

Pattern: ^.+$

Update requires: No interruption