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

BackupDescription

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

Contains the description of the backup created for the table.

interface BackupDescription {
BackupDetails?: BackupDetails | null;
SourceTableDetails?: SourceTableDetails | null;
SourceTableFeatureDetails?: SourceTableFeatureDetails | null;
}

§Properties

§
BackupDetails?: BackupDetails | null
[src]

Contains the details of the backup created for the table.

§
SourceTableDetails?: SourceTableDetails | null
[src]

Contains the details of the table when the backup was created.

§
SourceTableFeatureDetails?: SourceTableFeatureDetails | null
[src]

Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.