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

GoogleCloudConnectorsV1EventingConfigDeadLetterConfig

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

Dead Letter configuration details provided by the user.

interface GoogleCloudConnectorsV1EventingConfigDeadLetterConfig {
projectId?: string;
topic?: string;
}

§Properties

§
projectId?: string
[src]

Optional. Project which has the topic given.

§
topic?: string
[src]

Optional. Topic to push events which couldn't be processed.