AWS::AutoScalingPlans::ScalingPlan TagFilter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AutoScalingPlans::ScalingPlan TagFilter

TagFilter is a subproperty of ApplicationSource that specifies a tag for an application source to use with a scaling plan.

Syntax

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

JSON

{ "Key" : String, "Values" : [ String, ... ] }

YAML

Key: String Values: - String

Properties

Key

The tag key.

Required: Yes

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Minimum: 1

Maximum: 128

Update requires: No interruption

Values

The tag values (0 to 20).

Required: No

Type: Array of String

Update requires: No interruption

See also