AutoScalingGroupNotificationConfigurationResponse

data class AutoScalingGroupNotificationConfigurationResponse(val notificationTypes: List<String>? = null, val topicARN: String? = null)

Definition of NotificationConfiguration

Constructors

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

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: + `autoscaling:EC2_INSTANCE_LAUNCH` + `autoscaling:EC2_INSTANCE_LAUNCH_ERROR` + `autoscaling:EC2_INSTANCE_TERMINATE` + `autoscaling:EC2_INSTANCE_TERMINATE_ERROR` + `autoscaling:TEST_NOTIFICATION`

Link copied to clipboard
val topicARN: String? = null

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