WorkflowTemplatePlacementManagedClusterConfigEndpointConfig

data class WorkflowTemplatePlacementManagedClusterConfigEndpointConfig(val enableHttpPortAccess: Boolean? = null, val httpPorts: Map<String, String>? = null)

Constructors

constructor(enableHttpPortAccess: Boolean? = null, httpPorts: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, enable http access to specific ports on the cluster from external sources. Defaults to false.

Link copied to clipboard
val httpPorts: Map<String, String>? = null

Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.