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