/AWS1/CL_ASC=>SUSPENDPROCESSES()
¶
About SuspendProcesses¶
Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.
If you suspend either the Launch
or Terminate
process types,
it can prevent other process types from functioning properly. For more information, see
Suspend and resume
Amazon EC2 Auto Scaling processes in the Amazon EC2 Auto Scaling User Guide.
To resume processes that have been suspended, call the ResumeProcesses API.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_AUTOSCALINGGROUPNAME
TYPE /AWS1/ASCXMLSTRINGMAXLEN255
/AWS1/ASCXMLSTRINGMAXLEN255
¶
The name of the Auto Scaling group.
Optional arguments:¶
IT_SCALINGPROCESSES
TYPE /AWS1/CL_ASCPROCESSNAMES_W=>TT_PROCESSNAMES
TT_PROCESSNAMES
¶
One or more of the following processes:
Launch
Terminate
AddToLoadBalancer
AlarmNotification
AZRebalance
HealthCheck
InstanceRefresh
ReplaceUnhealthy
ScheduledActions
If you omit this property, all processes are specified.