This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppConfig::ExperimentRun
Describes an experiment run, including its status, exposure settings, and treatment overrides.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AppConfig::ExperimentRun", "Properties" : { "ApplicationIdentifier" :String, "Description" :String, "ExperimentDefinitionIdentifier" :String, "ExposurePercentage" :Number, "Tags" :[ Tag, ... ], "TreatmentOverrides" :TreatmentOverrides} }
YAML
Type: AWS::AppConfig::ExperimentRun Properties: ApplicationIdentifier:StringDescription:StringExperimentDefinitionIdentifier:StringExposurePercentage:NumberTags:- TagTreatmentOverrides:TreatmentOverrides
Properties
ApplicationIdentifierProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: Replacement
Description-
A description of the experiment run.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
ExperimentDefinitionIdentifierProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: Replacement
ExposurePercentage-
The percentage of the target audience exposed to treatments.
Required: Yes
Type: Number
Minimum:
0Maximum:
100Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Update requires: No interruption
TreatmentOverrides-
Treatment assignment overrides that assign specific entity IDs to treatments.
Required: No
Type: TreatmentOverrides
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ApplicationId-
The application ID.
ExperimentDefinitionId-
The experiment definition ID.
Run-
The experiment run number.
StartedAt-
The date and time the experiment run started, in ISO 8601 format.
Status-
The current status of the experiment run. Valid values:
RUNNING,DONE. UpdatedAt-
The date and time the experiment run was last updated, in ISO 8601 format.