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 Amazon CloudFormation template, use the following syntax:
JSON
{ "Category" :
String
, "Condition" :String
, "OptionRefId" :String
}
YAML
Category:
String
Condition:String
OptionRefId:String
Properties
Category
-
The category name, as defined in Rules.
Minimum: 1
Maximum: 50
Required: Yes
Type: String
Minimum:
1
Maximum:
50
Update 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_PRESENT
Maximum: 50
Required: Yes
Type: String
Allowed values:
PRESENT | NOT_PRESENT
Update 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