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:
LaunchTerminateAddToLoadBalancerAlarmNotificationAZRebalanceHealthCheckInstanceRefreshReplaceUnhealthyScheduledActions
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable processName;Swift
var processName: String? { get set }
View on GitHub
Install in Dash
AWSAutoScalingProcessType Class Reference