Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Value

An empty list.

Request syntax

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

Examples

## 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)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.