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 AttributeValue
A value for a feature flag attribute. Only one of the members can be set.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BooleanValue" :Boolean, "NumberArray" :[ Number, ... ], "NumberValue" :Number, "StringArray" :[ String, ... ], "StringValue" :String}
YAML
BooleanValue:BooleanNumberArray:- NumberNumberValue:NumberStringArray:- StringStringValue:String
Properties
BooleanValue-
A Boolean value for the attribute.
Required: No
Type: Boolean
Update requires: No interruption
NumberArray-
An array of numeric values for the attribute.
Required: No
Type: Array of Number
Minimum:
0Maximum:
25Update requires: No interruption
NumberValue-
A numeric value for the attribute.
Required: No
Type: Number
Update requires: No interruption
StringArray-
An array of string values for the attribute.
Required: No
Type: Array of String
Minimum:
0Maximum:
25Update requires: No interruption
StringValue-
A string value for the attribute.
Required: No
Type: String
Minimum:
0Maximum:
1024Update requires: No interruption