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

Link copied to clipboard
constructor(arn: Output<String>)

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the SNS topic.

Functions

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