timestream Configuration
suspend fun timestreamConfiguration(value: Output<ScheduledQueryTargetConfigurationTimestreamConfigurationArgs>)
suspend fun timestreamConfiguration(value: ScheduledQueryTargetConfigurationTimestreamConfigurationArgs?)
Parameters
value
Configuration block for information needed to write data into the Timestream database and table. See below.
suspend fun timestreamConfiguration(argument: suspend ScheduledQueryTargetConfigurationTimestreamConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration block for information needed to write data into the Timestream database and table. See below.