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.