AutoScalingGroupNotificationConfiguration

data class AutoScalingGroupNotificationConfiguration(val notificationTypes: List<String>? = null, val topicArn: List<String>)

A structure that specifies an Amazon SNS notification configuration for the `NotificationConfigurations` property of the AWS::AutoScaling::AutoScalingGroup resource. For an example template snippet, see Configure Amazon EC2 Auto Scaling resources. For more information, see Get Amazon SNS notifications when your Auto Scaling group scales in the Amazon EC2 Auto Scaling User Guide.

Constructors

constructor(notificationTypes: List<String>? = null, topicArn: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of event types that send a notification. Event types can include any of the following types. Allowed values:

Link copied to clipboard

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