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