AWS::AutoScalingPlans::ScalingPlan TagFilter - AWS CloudFormation

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 AWS 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