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 SingleSelectQuestionRuleCategoryAutomation
Information about the automation option based on a rule category for a single select question.
Length Constraints: Minimum length of 1. Maximum length of 50.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Category" :String, "Condition" :String, "OptionRefId" :String}
YAML
Category:StringCondition:StringOptionRefId:String
Properties
- Category
- 
                    The category name, as defined in Rules. Minimum: 1 Maximum: 50 Required: Yes Type: String Minimum: 1Maximum: 50Update requires: No interruption 
- Condition
- 
                    The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: PRESENT|NOT_PRESENTMaximum: 50 Required: Yes Type: String Allowed values: PRESENT | NOT_PRESENTUpdate requires: No interruption 
- OptionRefId
- 
                    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40. Required: Yes Type: String Pattern: ^[a-zA-Z0-9._-]{1,40}$Update requires: No interruption