Inherits from AmazonServiceRequestConfig : NSObject
Declared in AutoScalingResumeProcessesRequest.h

Overview

Resume Processes Request

Tasks

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   autoScalingGroupName

    The name or Amazon Resource Name (ARN) of the Auto Scaling group.

    Constraints:
    Length: 1 – 1600
    Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

    property
  •   scalingProcesses

    The processes that you want to suspend or resume, which can include one or more of the following:

    • Launch
    • Terminate
    • HealthCheck
    • ReplaceUnhealthy
    • AZRebalance
    • AlarmNotification
    • ScheduledActions
    • AddToLoadBalancer

    To suspend all process types, omit this parameter.

    property
  • – addScalingProcesse:

    Adds a single object to scalingProcesses. This function will alloc and init scalingProcesses if not already done.

  • – description

    Returns a string representation of this object; useful for testing and debugging.

Properties

autoScalingGroupName

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

Constraints:
Length: 1 – 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

@property (nonatomic, retain) NSString *autoScalingGroupName

Discussion

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

Constraints:
Length: 1 – 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

Declared In

AutoScalingResumeProcessesRequest.h

scalingProcesses

The processes that you want to suspend or resume, which can include one or more of the following:

  • Launch
  • Terminate
  • HealthCheck
  • ReplaceUnhealthy
  • AZRebalance
  • AlarmNotification
  • ScheduledActions
  • AddToLoadBalancer

To suspend all process types, omit this parameter.

@property (nonatomic, retain) NSMutableArray *scalingProcesses

Discussion

The processes that you want to suspend or resume, which can include one or more of the following:

  • Launch
  • Terminate
  • HealthCheck
  • ReplaceUnhealthy
  • AZRebalance
  • AlarmNotification
  • ScheduledActions
  • AddToLoadBalancer

To suspend all process types, omit this parameter.

Declared In

AutoScalingResumeProcessesRequest.h

Instance Methods

addScalingProcesse:

Adds a single object to scalingProcesses. This function will alloc and init scalingProcesses if not already done.

- (void)addScalingProcesse:(NSString *)scalingProcesseObject

Discussion

Adds a single object to scalingProcesses. This function will alloc and init scalingProcesses if not already done.

Declared In

AutoScalingResumeProcessesRequest.h

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

AutoScalingResumeProcessesRequest.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

AutoScalingResumeProcessesRequest.h