PrivateServiceConnectConnectivityArgs

data class PrivateServiceConnectConnectivityArgs(val serviceAttachment: Output<String>) : ConvertibleToJava<PrivateServiceConnectConnectivityArgs>

Private Service Connect connectivity (https://cloud.google.com/vpc/docs/private-service-connect#service-attachments)

Constructors

Link copied to clipboard
constructor(serviceAttachment: Output<String>)

Properties

Link copied to clipboard

A service attachment that exposes a database, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

Functions

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