Auto Scaling Group Notification Configuration Args
data class AutoScalingGroupNotificationConfigurationArgs(val notificationTypes: Output<List<String>>? = null, val topicARN: Output<String>? = null) : ConvertibleToJava<AutoScalingGroupNotificationConfigurationArgs>
Definition of NotificationConfiguration
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: + `autoscaling:EC2_INSTANCE_LAUNCH`
+ `autoscaling:EC2_INSTANCE_LAUNCH_ERROR`
+ `autoscaling:EC2_INSTANCE_TERMINATE`
+ `autoscaling:EC2_INSTANCE_TERMINATE_ERROR`
+ `autoscaling:TEST_NOTIFICATION`