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

KinesisStreamingDestinationInput

import type { KinesisStreamingDestinationInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface KinesisStreamingDestinationInput {
StreamArn: string;
TableName: string;
}

§Properties

§
StreamArn: string
[src]

The ARN for a Kinesis data stream.

§
TableName: string
[src]

The name of the DynamoDB table.