Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 996 Bytes

File metadata and controls

40 lines (24 loc) · 996 Bytes

AwsCommunity::ApplicationAutoscaling::ScheduledAction ScalableTargetAction

Syntax

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

JSON

{
    "MaxCapacity" : Double,
    "MinCapacity" : Double
}

YAML

MaxCapacity: Double
MinCapacity: Double

Properties

MaxCapacity

Required: Yes

Type: Double

Update requires: No interruption

MinCapacity

Required: Yes

Type: Double

Update requires: No interruption