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

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

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

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

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property fieldId The field id that's associated with the total aggregation option.
 * @property totalAggregationFunction The total aggregation function that you want to set for a specified field id.
 */
public data class TemplateTotalAggregationOption(
    public val fieldId: String,
    public val totalAggregationFunction: TemplateTotalAggregationFunction,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateTotalAggregationOption): TemplateTotalAggregationOption = TemplateTotalAggregationOption(
            fieldId = javaType.fieldId(),
            totalAggregationFunction = javaType.totalAggregationFunction().let({ args0 ->
                com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateTotalAggregationFunction.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy