WorkteamNotificationConfigurationArgs

data class WorkteamNotificationConfigurationArgs(val notificationTopicArn: Output<String>? = null) : ConvertibleToJava<WorkteamNotificationConfigurationArgs>

Constructors

Link copied to clipboard
fun WorkteamNotificationConfigurationArgs(notificationTopicArn: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val notificationTopicArn: Output<String>? = null

The ARN for the SNS topic to which notifications should be published.