AWS::Cases::CaseRule HiddenCaseRule - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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