AutoScalingGroupNotificationConfigurationArgs

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

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: Output<List<String>>? = null, topicArn: Output<List<String>>)

Properties

Link copied to clipboard
val notificationTypes: Output<List<String>>? = null

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

Link copied to clipboard
val topicArn: Output<List<String>>

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

Functions

Link copied to clipboard
open override fun toJava(): AutoScalingGroupNotificationConfigurationArgs