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

NetworkConfig

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

Network Configuration that can be inherited by other protos.

interface NetworkConfig {
networkAttachment?: string;
}

§Properties

§
networkAttachment?: string
[src]

Required. Name of the NetworkAttachment that allows access to the customer's VPC. Format: projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}