AutoScalingGroupNotificationConfigurationArgs

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

Definition of NotificationConfiguration

Constructors

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

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: + `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: Output<String>? = null

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

Functions

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