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::Connect::Metric MetricFilterBooleanCondition
A boolean comparison condition for metric filters.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Comparison" :String}
YAML
Comparison:String
Properties
Comparison-
The comparison operator. Valid values:
IS_TRUE(matches when the field is true) |IS_FALSE(matches when the field is false).Required: Yes
Type: String
Allowed values:
IS_TRUE | IS_FALSEUpdate requires: No interruption