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

IngestionDataSourceSettings

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

Settings for an ingestion data source on a topic.

interface IngestionDataSourceSettings {
awsKinesis?: AwsKinesis;
awsMsk?: AwsMsk;
azureEventHubs?: AzureEventHubs;
cloudStorage?: CloudStorage;
confluentCloud?: ConfluentCloud;
platformLogsSettings?: PlatformLogsSettings;
}

§Properties

§
awsKinesis?: AwsKinesis
[src]

Optional. Amazon Kinesis Data Streams.

§
awsMsk?: AwsMsk
[src]

Optional. Amazon MSK.

§
azureEventHubs?: AzureEventHubs
[src]

Optional. Azure Event Hubs.

§
cloudStorage?: CloudStorage
[src]

Optional. Cloud Storage.

§
confluentCloud?: ConfluentCloud
[src]

Optional. Confluent Cloud.

§
platformLogsSettings?: PlatformLogsSettings
[src]

Optional. Platform Logs settings. If unset, no Platform Logs will be generated.