ClusterClusterConfigEndpointConfigArgs

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

Constructors

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

Functions

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

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