WorkteamNotificationConfigurationArgs

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

Constructors

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

Properties

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

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

Functions

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