All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateWordCloudChartConfiguration.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.quicksight.kotlin.outputs

import kotlin.Suppress

/**
 *
 * @property categoryLabelOptions The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
 * @property fieldWells The field wells of the visual.
 * @property sortConfiguration The sort configuration of a word cloud visual.
 * @property wordCloudOptions The options for a word cloud visual.
 */
public data class TemplateWordCloudChartConfiguration(
    public val categoryLabelOptions: TemplateChartAxisLabelOptions? = null,
    public val fieldWells: TemplateWordCloudFieldWells? = null,
    public val sortConfiguration: TemplateWordCloudSortConfiguration? = null,
    public val wordCloudOptions: TemplateWordCloudOptions? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateWordCloudChartConfiguration): TemplateWordCloudChartConfiguration = TemplateWordCloudChartConfiguration(
            categoryLabelOptions = javaType.categoryLabelOptions().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateChartAxisLabelOptions.Companion.toKotlin(args0)
                })
            }).orElse(null),
            fieldWells = javaType.fieldWells().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateWordCloudFieldWells.Companion.toKotlin(args0)
                })
            }).orElse(null),
            sortConfiguration = javaType.sortConfiguration().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateWordCloudSortConfiguration.Companion.toKotlin(args0)
                })
            }).orElse(null),
            wordCloudOptions = javaType.wordCloudOptions().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateWordCloudOptions.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy