
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateSheetElementRenderingRule.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property configurationOverrides The override configuration of the rendering rules of a sheet.
* @property expression The expression of the rendering rules of a sheet.
*/
public data class TemplateSheetElementRenderingRule(
public val configurationOverrides: TemplateSheetElementConfigurationOverrides,
public val expression: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateSheetElementRenderingRule): TemplateSheetElementRenderingRule = TemplateSheetElementRenderingRule(
configurationOverrides = javaType.configurationOverrides().let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateSheetElementConfigurationOverrides.Companion.toKotlin(args0)
}),
expression = javaType.expression(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy