SetDesiredCapacityType
public struct SetDesiredCapacityType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String
-
The desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the capacity it attempts to maintain.
Declaration
Swift
public let desiredCapacity: Int
-
Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. By default, Amazon EC2 Auto Scaling does not honor the cooldown period during manual scaling activities.
Declaration
Swift
public let honorCooldown: Bool?
-
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, desiredCapacity: Int, honorCooldown: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws