AWSAutoScalingDeleteWarmPoolType

Objective-C

@interface AWSAutoScalingDeleteWarmPoolType

Swift

class AWSAutoScalingDeleteWarmPoolType
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

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

    Swift

    var autoScalingGroupName: String? { get set }
  • Specifies that the warm pool is to be deleted along with all of its associated instances, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.

    Declaration

    Objective-C

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

    Swift

    var forceDelete: NSNumber? { get set }