You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScaling::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a notification.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#notification_typeString

One of the following event notification types:

  • autoscaling:EC2_INSTANCE_LAUNCH

  • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

  • autoscaling:EC2_INSTANCE_TERMINATE

  • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

  • autoscaling:TEST_NOTIFICATION

Returns:

  • (String)

    One of the following event notification types:.

#topic_arnString

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.