AWS::Cases::CaseRule HiddenCaseRule - 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 HiddenCaseRule

A rule that controls field visibility based on conditions. Fields can be shown or hidden dynamically based on values in other fields.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Conditions" : [ BooleanCondition, ... ], "DefaultValue" : Boolean }

Properties

Conditions

A list of conditions that determine field visibility.

Required: Yes

Type: Array of BooleanCondition

Maximum: 100

Update requires: No interruption

DefaultValue

Whether the field is hidden when no conditions match.

Required: Yes

Type: Boolean

Update requires: No interruption