AWS::Cases::CaseRule RequiredCaseRule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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: 100

Update 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