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::Cases::CaseRule RequiredCaseRule
Required rule type, used to indicate whether a field is required. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Conditions" :[ BooleanCondition, ... ], "DefaultValue" :Boolean}
YAML
Conditions:- BooleanConditionDefaultValue:Boolean
Properties
Conditions-
List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.
Required: Yes
Type: Array of BooleanCondition
Maximum:
100Update requires: No interruption
DefaultValue-
The value of the rule (that is, whether the field is required) should none of the conditions evaluate to true.
Required: Yes
Type: Boolean
Update requires: No interruption