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

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

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

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

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property dataSetIdentifier A unique name that identifies a dataset within the analysis or dashboard.
 * @property dataSetParameterName The name of the dataset parameter.
 */
public data class DashboardMappedDataSetParameter(
    public val dataSetIdentifier: String,
    public val dataSetParameterName: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.DashboardMappedDataSetParameter): DashboardMappedDataSetParameter = DashboardMappedDataSetParameter(
            dataSetIdentifier = javaType.dataSetIdentifier(),
            dataSetParameterName = javaType.dataSetParameterName(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy