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

constructor(snsConfiguration: Output<ScheduledQuerySnsConfigurationArgs>)

Properties

Link copied to clipboard

Details on SNS configuration.

Functions

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