AutoScalingGroupNotificationConfigurationArgs

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

Constructors

fun AutoScalingGroupNotificationConfigurationArgs(notificationTypes: Output<List<String>>? = null, topicArn: Output<String>)

Functions

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

Properties

Link copied to clipboard
val notificationTypes: Output<List<String>>? = null
Link copied to clipboard
val topicArn: Output<String>