![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateSankeyDiagramAggregatedFieldWells.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property destination The destination field wells of a sankey diagram.
* @property source The source field wells of a sankey diagram.
* @property weight The weight field wells of a sankey diagram.
*/
public data class TemplateSankeyDiagramAggregatedFieldWells(
public val destination: List? = null,
public val source: List? = null,
public val weight: List? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateSankeyDiagramAggregatedFieldWells): TemplateSankeyDiagramAggregatedFieldWells = TemplateSankeyDiagramAggregatedFieldWells(
destination = javaType.destination().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateDimensionField.Companion.toKotlin(args0)
})
}),
source = javaType.source().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateDimensionField.Companion.toKotlin(args0)
})
}),
weight = javaType.weight().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateMeasureField.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy