
com.pulumi.awsnative.timestream.kotlin.outputs.ScheduledQueryTargetConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.timestream.kotlin.outputs
import kotlin.Suppress
/**
* Configuration of target store where scheduled query results are written to.
* @property timestreamConfiguration Configuration needed to write data into the Timestream database and table.
*/
public data class ScheduledQueryTargetConfiguration(
public val timestreamConfiguration: ScheduledQueryTimestreamConfiguration,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.timestream.outputs.ScheduledQueryTargetConfiguration): ScheduledQueryTargetConfiguration = ScheduledQueryTargetConfiguration(
timestreamConfiguration = javaType.timestreamConfiguration().let({ args0 ->
com.pulumi.awsnative.timestream.kotlin.outputs.ScheduledQueryTimestreamConfiguration.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy