AWSAutoScalingSetDesiredCapacityType

Objective-C

@interface AWSAutoScalingSetDesiredCapacityType

Swift

class AWSAutoScalingSetDesiredCapacityType
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;

    Swift

    var autoScalingGroupName: String? { get set }
  • The desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the capacity it attempts to maintain.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable desiredCapacity;

    Swift

    var desiredCapacity: NSNumber? { get set }
  • 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

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable honorCooldown;

    Swift

    var honorCooldown: NSNumber? { get set }