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

PointInTimeRecoverySpecification

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

Represents the settings used to enable point in time recovery.

interface PointInTimeRecoverySpecification {
PointInTimeRecoveryEnabled: boolean;
}

§Properties

§
PointInTimeRecoveryEnabled: boolean
[src]

Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.