AWSAutoScalingScalingProcessQuery

Objective-C

@interface AWSAutoScalingScalingProcessQuery

Swift

class AWSAutoScalingScalingProcessQuery
  • 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 of the following processes:

    • Launch

    • Terminate

    • AddToLoadBalancer

    • AlarmNotification

    • AZRebalance

    • HealthCheck

    • InstanceRefresh

    • ReplaceUnhealthy

    • ScheduledActions

    If you omit this property, all processes are specified.

    Declaration

    Objective-C

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

    Swift

    var scalingProcesses: [String]? { get set }