View a markdown version of this page

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

A filter that is available for use with the metric. Part of an AvailableFilterList that describes the filters that are available for use with the metric.

Syntax

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

JSON

{ "Id" : String, "Type" : String }

YAML

Id: String Type: String

Properties

Id

The identifier of the filter.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

Type

The type of the filter. Valid values: METRIC_LEVEL | RESOURCE_LEVEL.

Required: Yes

Type: String

Allowed values: METRIC_LEVEL | RESOURCE_LEVEL

Update requires: No interruption