EndpointConfigArgs

data class EndpointConfigArgs(val enableHttpPortAccess: Output<Boolean>? = null) : ConvertibleToJava<EndpointConfigArgs>

Endpoint config for this cluster

Constructors

Link copied to clipboard
fun EndpointConfigArgs(enableHttpPortAccess: Output<Boolean>? = null)

Functions

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

Properties

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

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