DeleteNotificationConfiguration#

Description#

Deletes a notification configuration from an Auto Scaling Group (ASG).

Request Parameters#

  • AutoScalingGroupName — The name of the ASG.

    • Type: String

    • Required: Yes

  • NotificationConfigurationName — The name of the notification configuration.

    • Type: String

    • Required: Yes

Examples#

c2-as DeleteNotificationConfiguration \
  AutoScalingGroupName "asg_name" \
  NotificationConfigurationName "notif_config_name"