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:
LaunchTerminateAddToLoadBalancerAlarmNotificationAZRebalanceHealthCheckInstanceRefreshReplaceUnhealthyScheduledActions
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 }
View on GitHub
Install in Dash
AWSAutoScalingScalingProcessQuery Class Reference