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}
YAML
Conditions:- BooleanConditionDefaultValue:Boolean
Properties
-
A list of conditions that determine field visibility.
Required: Yes
Type: Array of BooleanCondition
Maximum:
100Update requires: No interruption
-
Whether the field is hidden when no conditions match.
Required: Yes
Type: Boolean
Update requires: No interruption