Deletes the specified notification
Deletes the specified notification.
autoscaling_delete_notification_configuration(AutoScalingGroupName, TopicARN)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
TopicARN |
[required] The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic. |
An empty list.
svc$delete_notification_configuration( AutoScalingGroupName = "string", TopicARN = "string" )
## Not run: # 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" ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.