PrivateClusterConfigArgs

data class PrivateClusterConfigArgs(val allowedProjects: Output<List<String>>? = null, val enablePrivateEndpoint: Output<Boolean>? = null) : ConvertibleToJava<PrivateClusterConfigArgs>

Configuration options for private clusters.

Constructors

Link copied to clipboard
constructor(allowedProjects: Output<List<String>>? = null, enablePrivateEndpoint: Output<Boolean>? = null)

Properties

Link copied to clipboard
val allowedProjects: Output<List<String>>? = null

Additional projects that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed.

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

Immutable. Whether Workstations endpoint is private.

Functions

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