ScheduledQuerySnsConfigurationArgs

data class ScheduledQuerySnsConfigurationArgs(val topicArn: Output<String>) : ConvertibleToJava<ScheduledQuerySnsConfigurationArgs>

SNS configuration for notification upon scheduled query execution.

Constructors

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

Properties

Link copied to clipboard
val topicArn: Output<String>

SNS topic ARN that the scheduled query status notifications will be sent to.

Functions

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