
com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateReferenceLineCustomLabelConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.quicksight.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property customLabel The string text of the custom label.
*/
public data class TemplateReferenceLineCustomLabelConfiguration(
public val customLabel: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateReferenceLineCustomLabelConfiguration): TemplateReferenceLineCustomLabelConfiguration =
TemplateReferenceLineCustomLabelConfiguration(
customLabel = javaType.customLabel(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy