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

AwsDynamoDbTableStreamSpecification

import type { AwsDynamoDbTableStreamSpecification } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The current DynamoDB Streams configuration for the table.

interface AwsDynamoDbTableStreamSpecification {
StreamEnabled?: boolean | null;
StreamViewType?: string | null;
}

§Properties

§
StreamEnabled?: boolean | null
[src]

Indicates whether DynamoDB Streams is enabled on the table.

§
StreamViewType?: string | null
[src]

Determines the information that is written to the table.