StreamProcessorNotificationChannelArgs

data class StreamProcessorNotificationChannelArgs(val snsTopicArn: Output<String>? = null) : ConvertibleToJava<StreamProcessorNotificationChannelArgs>

Constructors

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

Properties

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

The Amazon Resource Number (ARN) of the Amazon Amazon Simple Notification Service topic to which Amazon Rekognition posts the completion status.

Functions

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