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

EventPublishConfig

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

Confirguration of PubSubEventWriter.

interface EventPublishConfig {
enabled?: boolean;
topic?: string;
}

§Properties

§
enabled?: boolean
[src]

Required. Option to enable Event Publishing.

§
topic?: string
[src]

Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}