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::Connect::EvaluationForm EvaluationFormItemEnablementExpression
An expression that defines a basic building block of conditional enablement.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Comparator" :String, "Source" :EvaluationFormItemEnablementSource, "Values" :[ EvaluationFormItemEnablementSourceValue, ... ]}
YAML
Comparator:StringSource:EvaluationFormItemEnablementSourceValues:- EvaluationFormItemEnablementSourceValue
Properties
Comparator-
A comparator to be used against list of values.
Required: Yes
Type: String
Allowed values:
IN | NOT_IN | ALL_IN | EXACTUpdate requires: No interruption
Source-
A source item of enablement expression.
Required: Yes
Type: EvaluationFormItemEnablementSource
Update requires: No interruption
Values-
A list of values from source item.
Required: Yes
Type: Array of EvaluationFormItemEnablementSourceValue
Minimum:
1Update requires: No interruption