AWS Auto Scaling ScalingPlan ApplicationSource
The
ApplicationSource property type specifies the application source to use with
AWS Auto Scaling. You can create one scaling plan per application source.
ApplicationSource is a property of the AWS::AutoScalingPlans::ScalingPlan resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CloudFormationStackARN" :String, "TagFilters" : [ TagFilter, ... ] }
YAML
CloudFormationStackARN:StringTagFilters: - TagFilter
Properties
CloudFormationStackARN-
The Amazon Resource Name (ARN) of a CloudFormation stack.
Required: No
Type: String
Update requires: No interruption
TagFilters-
A set of tags (up to 50).
Required: No
Type: List of TagFilter
Update requires: No interruption
