class Aws::AutoScaling::Types::PutNotificationConfigurationType

@note When making an API call, you may pass PutNotificationConfigurationType

data as a hash:

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

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] topic_arn

The Amazon Resource Name (ARN) of the Amazon Simple Notification
Service (Amazon SNS) topic.
@return [String]

@!attribute [rw] notification_types

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutNotificationConfigurationType AWS API Documentation

Constants

SENSITIVE