ScheduledQueryNotificationConfigurationArgs

data class ScheduledQueryNotificationConfigurationArgs(val snsConfiguration: Output<ScheduledQuerySnsConfigurationArgs>) : ConvertibleToJava<ScheduledQueryNotificationConfigurationArgs>

Notification configuration for the scheduled query. A notification is sent by Timestream when a query run finishes, when the state is updated or when you delete it.

Constructors

Functions

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

Properties