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/datastream:v1.ts";

The PSC Interface configuration is used to create PSC Interface between Datastream and the consumer's PSC.

interface PscInterfaceConfig {
networkAttachment?: string;
}

§Properties

§
networkAttachment?: string
[src]

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