WorkflowTemplatePlacementManagedClusterConfigEndpointConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val enableHttpPortAccess: Output<Boolean>? = null

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): WorkflowTemplatePlacementManagedClusterConfigEndpointConfigArgs