Skip to content

Files

Latest commit

7d9f057 · May 11, 2023

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