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

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

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

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

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property column The column that the axis label is targeted to.
 * @property fieldId The field that the axis label is targeted to.
 */
public data class DashboardAxisLabelReferenceOptions(
    public val column: DashboardColumnIdentifier,
    public val fieldId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.DashboardAxisLabelReferenceOptions): DashboardAxisLabelReferenceOptions = DashboardAxisLabelReferenceOptions(
            column = javaType.column().let({ args0 ->
                com.pulumi.awsnative.quicksight.kotlin.outputs.DashboardColumnIdentifier.Companion.toKotlin(args0)
            }),
            fieldId = javaType.fieldId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy