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

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

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

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

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property dateTimeFormat Customize how dates are formatted in controls.
 * @property infoIconLabelOptions The configuration of info icon label options.
 * @property titleOptions The options to configure the title visibility, name, and font size.
 */
public data class AnalysisDateTimePickerControlDisplayOptions(
    public val dateTimeFormat: String? = null,
    public val infoIconLabelOptions: AnalysisSheetControlInfoIconLabelOptions? = null,
    public val titleOptions: AnalysisLabelOptions? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.AnalysisDateTimePickerControlDisplayOptions): AnalysisDateTimePickerControlDisplayOptions = AnalysisDateTimePickerControlDisplayOptions(
            dateTimeFormat = javaType.dateTimeFormat().map({ args0 -> args0 }).orElse(null),
            infoIconLabelOptions = javaType.infoIconLabelOptions().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.quicksight.kotlin.outputs.AnalysisSheetControlInfoIconLabelOptions.Companion.toKotlin(args0)
                })
            }).orElse(null),
            titleOptions = javaType.titleOptions().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.quicksight.kotlin.outputs.AnalysisLabelOptions.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy