AWSAutoScalingSetInstanceProtectionQuery

Objective-C

@interface AWSAutoScalingSetInstanceProtectionQuery

Swift

class AWSAutoScalingSetInstanceProtectionQuery
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

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

    Swift

    var autoScalingGroupName: String? { get set }
  • One or more instance IDs. You can specify up to 50 instances.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable instanceIds;

    Swift

    var instanceIds: [String]? { get set }
  • Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

    Declaration

    Objective-C

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

    Swift

    var protectedFromScaleIn: NSNumber? { get set }