StreamProcessorNotificationChannelArgs

data class StreamProcessorNotificationChannelArgs(val arn: Output<String>) : ConvertibleToJava<StreamProcessorNotificationChannelArgs>

The ARN of the SNS notification channel where events of interests are published, as part of connected home feature.

Constructors

Functions

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

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the SNS topic.