Workstation Cluster Private Cluster Config Args
data class WorkstationClusterPrivateClusterConfigArgs(val allowedProjects: Output<List<String>>? = null, val clusterHostname: Output<String>? = null, val enablePrivateEndpoint: Output<Boolean>, val serviceAttachmentUri: Output<String>? = null) : ConvertibleToJava<WorkstationClusterPrivateClusterConfigArgs>
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
(Output) Service attachment URI for the workstation cluster. The service attachment is created when private endpoint is enabled. To access workstations in the cluster, configure access to the managed service using (Private Service Connect)https://cloud.google.com/vpc/docs/configure-private-service-connect-services.