ClusterClusterConfigEndpointConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway). Defaults to false.

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

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(): ClusterClusterConfigEndpointConfigArgs