ScheduledQueryTargetConfigurationArgs

data class ScheduledQueryTargetConfigurationArgs(val timestreamConfiguration: Output<ScheduledQueryTimestreamConfigurationArgs>) : ConvertibleToJava<ScheduledQueryTargetConfigurationArgs>

Configuration of target store where scheduled query results are written to.

Constructors

Link copied to clipboard
constructor(timestreamConfiguration: Output<ScheduledQueryTimestreamConfigurationArgs>)

Properties

Link copied to clipboard

Configuration needed to write data into the Timestream database and table.

Functions

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