
com.pulumi.aws.quicksight.kotlin.outputs.AnalysisParametersIntegerParameter.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.quicksight.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property name Display name for the analysis.
* The following arguments are optional:
* @property values
*/
public data class AnalysisParametersIntegerParameter(
public val name: String,
public val values: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.quicksight.outputs.AnalysisParametersIntegerParameter): AnalysisParametersIntegerParameter = AnalysisParametersIntegerParameter(
name = javaType.name(),
values = javaType.values().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy