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

KinesisStreamingDestinationOutput

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

§Properties

§
DestinationStatus?: DestinationStatus | null
[src]

The current status of the replication.

§
StreamArn?: string | null
[src]

The ARN for the specific Kinesis data stream.

§
TableName?: string | null
[src]

The name of the table being modified.