AWSAutoScalingProcessType
Objective-C
@interface AWSAutoScalingProcessType
Swift
class AWSAutoScalingProcessType
Describes a process type.
For more information, see Types of processes in the Amazon EC2 Auto Scaling User Guide.
Required parameters: [ProcessName]
-
One of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable processName;
Swift
var processName: String? { get set }