PscInterfaceConfig
import type { PscInterfaceConfig } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";
Configuration for setting up a PSC interface to enable outbound connectivity.
interface PscInterfaceConfig {
networkAttachmentResource?: string;
}§Properties
§
networkAttachmentResource?: string
[src]The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.