View a markdown version of this page

AWS::Connect::Metric MetricFilter - 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 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