View a markdown version of this page

AWS::Connect::Metric MetricFilterStringCondition - 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::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: String Values: - 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_NONE

Update requires: No interruption

Values

The string values to compare against.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 15

Update requires: No interruption