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

Represents a network config to be used for destination resolution and connectivity.

interface NetworkConfig {
networkAttachment?: string;
}

§Properties

§
networkAttachment?: string
[src]

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