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

GoogleCloudEventarcV1PipelineDestinationNetworkConfig

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

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

interface GoogleCloudEventarcV1PipelineDestinationNetworkConfig {
networkAttachment?: string;
}

§Properties

§
networkAttachment?: string
[src]

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