ClusterClusterConfigEndpointConfigArgs

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

Constructors

Link copied to clipboard
constructor(enableHttpPortAccess: Output<Boolean>, httpPorts: Output<Map<String, Any>>? = 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, Any>>? = null

Functions

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