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

ContinuousBackupsDescription

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

Represents the continuous backups and point in time recovery settings on the table.

interface ContinuousBackupsDescription {
ContinuousBackupsStatus: ContinuousBackupsStatus;
PointInTimeRecoveryDescription?: PointInTimeRecoveryDescription | null;
}

§Properties

§
ContinuousBackupsStatus: ContinuousBackupsStatus
[src]

ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED

§
PointInTimeRecoveryDescription?: PointInTimeRecoveryDescription | null
[src]

The description of the point in time recovery settings applied to the table.