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

com.pulumi.gcp.dataproc.kotlin.outputs.WorkflowTemplatePlacementManagedClusterConfigSecurityConfig.kt Maven / Gradle / Ivy

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

package com.pulumi.gcp.dataproc.kotlin.outputs

import kotlin.Suppress

/**
 *
 * @property kerberosConfig Kerberos related configuration.
 */
public data class WorkflowTemplatePlacementManagedClusterConfigSecurityConfig(
    public val kerberosConfig: WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfig? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.dataproc.outputs.WorkflowTemplatePlacementManagedClusterConfigSecurityConfig): WorkflowTemplatePlacementManagedClusterConfigSecurityConfig =
            WorkflowTemplatePlacementManagedClusterConfigSecurityConfig(
                kerberosConfig = javaType.kerberosConfig().map({ args0 ->
                    args0.let({ args0 ->
                        com.pulumi.gcp.dataproc.kotlin.outputs.WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfig.Companion.toKotlin(args0)
                    })
                }).orElse(null),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy