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

com.pulumi.awsnative.emrcontainers.kotlin.outputs.VirtualClusterContainerProvider.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.emrcontainers.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property id The ID of the container cluster
 * @property info The information about the container cluster.
 * @property type The type of the container provider
 */
public data class VirtualClusterContainerProvider(
    public val id: String,
    public val info: VirtualClusterContainerInfo,
    public val type: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.emrcontainers.outputs.VirtualClusterContainerProvider): VirtualClusterContainerProvider = VirtualClusterContainerProvider(
            id = javaType.id(),
            info = javaType.info().let({ args0 ->
                com.pulumi.awsnative.emrcontainers.kotlin.outputs.VirtualClusterContainerInfo.Companion.toKotlin(args0)
            }),
            type = javaType.type(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy