![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateSectionLayoutConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Suppress
/**
*
* @property freeFormLayout The free-form layout configuration of a section.
*/
public data class TemplateSectionLayoutConfiguration(
public val freeFormLayout: TemplateFreeFormSectionLayoutConfiguration,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateSectionLayoutConfiguration): TemplateSectionLayoutConfiguration = TemplateSectionLayoutConfiguration(
freeFormLayout = javaType.freeFormLayout().let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateFreeFormSectionLayoutConfiguration.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy