
com.pulumi.gcp.dataproc.kotlin.inputs.WorkflowTemplatePlacementManagedClusterConfigEndpointConfigArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.dataproc.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.dataproc.inputs.WorkflowTemplatePlacementManagedClusterConfigEndpointConfigArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property enableHttpPortAccess If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
* @property httpPorts Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
*/
public data class WorkflowTemplatePlacementManagedClusterConfigEndpointConfigArgs(
public val enableHttpPortAccess: Output? = null,
public val httpPorts: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy