Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PscInterfaceConfig

import type { PscInterfaceConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

The PSC Interface configuration is used to create PSC Interface between DMS's internal VPC and the consumer's PSC.

interface PscInterfaceConfig {
networkAttachment?: string;
}

§Properties

§
networkAttachment?: string
[src]

Required. Fully qualified name of the Network Attachment that DMS will connect to. Format: projects/{{project}}/regions/{{region}}/networkAttachments/{{name}}