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 MetricFilterStringCondition
A string comparison condition for metric filters.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Comparison" :String, "Values" :[ String, ... ]}
YAML
Comparison:StringValues:- String
Properties
Comparison-
The comparison operator. Valid values:
MATCHES_ANY(matches any of the specified values) |MATCHES_NONE(matches none of the specified values).Required: Yes
Type: String
Allowed values:
MATCHES_ANY | MATCHES_NONEUpdate requires: No interruption
Values-
The string values to compare against.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
15Update requires: No interruption