This is the new AWS 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 EvaluationFormItemEnablementCondition
A condition for item enablement.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Operands" :[ EvaluationFormItemEnablementConditionOperand, ... ], "Operator" :String}
YAML
Operands:- EvaluationFormItemEnablementConditionOperandOperator:String
Properties
Operands-
Operands of the enablement condition.
Required: Yes
Type: Array of EvaluationFormItemEnablementConditionOperand
Minimum:
1Update requires: No interruption
Operator-
The operator to be used to be applied to operands if more than one provided.
Required: No
Type: String
Allowed values:
OR | ANDUpdate requires: No interruption