if (FALSE) {
# This example deletes the specified notification from the specified Auto
# Scaling group.
svc$delete_notification_configuration(
AutoScalingGroupName = "my-auto-scaling-group",
TopicARN = "arn:aws:sns:us-west-2:123456789012:my-sns-topic"
)
}
Run the code above in your browser using DataLab