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;
}