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

Class: Aws::AutoScaling::Types::PutNotificationConfigurationType

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

Overview

Note:

When passing PutNotificationConfigurationType as input to an Aws::Client method, you can use a vanilla Hash:

{
  auto_scaling_group_name: "ResourceName", # required
  topic_arn: "ResourceName", # required
  notification_types: ["XmlStringMaxLen255"], # required
}

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_typesArray<String>

The type of event that causes the notification to be sent. To query the notification types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.

Returns:

  • (Array<String>)

    The type of event that causes the notification to be sent.

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