
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateForecastConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Suppress
/**
*
* @property forecastProperties The forecast properties setup of a forecast in the line chart.
* @property scenario The forecast scenario of a forecast in the line chart.
*/
public data class TemplateForecastConfiguration(
public val forecastProperties: TemplateTimeBasedForecastProperties? = null,
public val scenario: TemplateForecastScenario? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateForecastConfiguration): TemplateForecastConfiguration = TemplateForecastConfiguration(
forecastProperties = javaType.forecastProperties().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateTimeBasedForecastProperties.Companion.toKotlin(args0)
})
}).orElse(null),
scenario = javaType.scenario().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateForecastScenario.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy