# NOT RUN {
# This example resumes the specified suspended scaling process for the
# specified Auto Scaling group.
# }
# NOT RUN {
svc$resume_processes(
AutoScalingGroupName = "my-auto-scaling-group",
ScalingProcesses = list(
"AlarmNotification"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab