paws.management (version 0.1.0)

autoscaling_delete_notification_configuration: Deletes the specified notification

Description

Deletes the specified notification.

Usage

autoscaling_delete_notification_configuration(AutoScalingGroupName,
  TopicARN)

Arguments

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.

Request syntax

svc$delete_notification_configuration(
  AutoScalingGroupName = "string",
  TopicARN = "string"
)

Examples

Run this code
# 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 DataCamp Workspace