AWSAutoScalingProcessType

Objective-C

@interface AWSAutoScalingProcessType

Swift

class AWSAutoScalingProcessType

Describes a process type.

For more information, see Scaling 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 }