
com.pulumi.awsnative.timestream.kotlin.outputs.ScheduledQuerySnsConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.timestream.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* SNS configuration for notification upon scheduled query execution.
* @property topicArn SNS topic ARN that the scheduled query status notifications will be sent to.
*/
public data class ScheduledQuerySnsConfiguration(
public val topicArn: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.timestream.outputs.ScheduledQuerySnsConfiguration): ScheduledQuerySnsConfiguration = ScheduledQuerySnsConfiguration(
topicArn = javaType.topicArn(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy