![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.rekognition.kotlin.outputs.StreamProcessorNotificationChannel.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.rekognition.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The ARN of the SNS notification channel where events of interests are published, as part of connected home feature.
* @property arn ARN of the SNS topic.
*/
public data class StreamProcessorNotificationChannel(
public val arn: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.rekognition.outputs.StreamProcessorNotificationChannel): StreamProcessorNotificationChannel = StreamProcessorNotificationChannel(
arn = javaType.arn(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy