Auto Scaling Group Notification Configuration Args
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.