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

PubSubTopicSource

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

Pub/Sub topic source.

interface PubSubTopicSource {
dataAffinityRegions?: string[];
topic?: string;
}

§Properties

§
dataAffinityRegions?: string[]
[src]

Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See https://cloud.google.com/about/locations for full listing of possible Cloud regions.

§
topic?: string
[src]

Required. Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId