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

com.pulumi.awsnative.cleanrooms.kotlin.outputs.ConfiguredTableAggregationConstraint.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.cleanrooms.kotlin.outputs

import com.pulumi.awsnative.cleanrooms.kotlin.enums.ConfiguredTableAggregationType
import kotlin.Double
import kotlin.String
import kotlin.Suppress

/**
 *
 * @property columnName
 * @property minimum
 * @property type
 */
public data class ConfiguredTableAggregationConstraint(
    public val columnName: String,
    public val minimum: Double,
    public val type: ConfiguredTableAggregationType,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.cleanrooms.outputs.ConfiguredTableAggregationConstraint): ConfiguredTableAggregationConstraint = ConfiguredTableAggregationConstraint(
            columnName = javaType.columnName(),
            minimum = javaType.minimum(),
            type = javaType.type().let({ args0 ->
                com.pulumi.awsnative.cleanrooms.kotlin.enums.ConfiguredTableAggregationType.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy