Application Auto Scaling ScalableTarget ScalableTargetAction
The
ScalableTargetAction property type specifies the minimum and maximum capacity of a scheduled action for
an Application Auto Scaling scalable target.
ScalableTargetAction is a property of the ScheduledAction property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaxCapacity" :Integer, "MinCapacity" :Integer}
YAML
MaxCapacity:IntegerMinCapacity:Integer
Properties
MaxCapacity-
The maximum capacity.
Required: No
Type: Integer
Update requires: No interruption
MinCapacity-
The minimum capacity.
Required: No
Type: Integer
Update requires: No interruption
