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;
}

§Properties

§
awsKinesis?: AwsKinesis
[src]

Optional. Amazon Kinesis Data Streams.