AWS::Connect::Metric MetricFilter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 MetricFilter

A filter condition applied to a metric component in a calculation. Filters restrict the data included in the metric computation.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

BooleanCondition

A boolean comparison condition.

Required: No

Type: MetricFilterBooleanCondition

Update requires: No interruption

MetricFilterKey

The key identifying the field to filter on.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

Negate

Specifies whether the filter condition is negated. When set to true, the filter excludes matching data instead of including it.

Required: No

Type: Boolean

Update requires: No interruption

NumberCondition

A numeric comparison condition.

Required: No

Type: MetricFilterNumberCondition

Update requires: No interruption

StringCondition

A string comparison condition.

Required: No

Type: MetricFilterStringCondition

Update requires: No interruption