Auto Scaling Group Notification Configuration Response
data class AutoScalingGroupNotificationConfigurationResponse(val notificationTypes: List<String>? = null, val topicARN: String? = null)
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`