![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.DashboardTableStyleTarget.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import com.pulumi.awsnative.quicksight.kotlin.enums.DashboardStyledCellType
import kotlin.Suppress
/**
*
* @property cellType The cell type of the table style target.
*/
public data class DashboardTableStyleTarget(
public val cellType: DashboardStyledCellType,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.DashboardTableStyleTarget): DashboardTableStyleTarget = DashboardTableStyleTarget(
cellType = javaType.cellType().let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.enums.DashboardStyledCellType.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy