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

RecoveryPoint

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

The automatically created recovery point of a namespace. Recovery points are created every 30 minutes and kept for 24 hours.

interface RecoveryPoint {
namespaceArn?: string | null;
namespaceName?: string | null;
recoveryPointCreateTime?: Date | number | null;
recoveryPointId?: string | null;
totalSizeInMegaBytes?: number | null;
workgroupName?: string | null;
}

§Properties

§
namespaceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.

§
namespaceName?: string | null
[src]

The name of the namespace the recovery point is associated with.

§
recoveryPointCreateTime?: Date | number | null
[src]

The time the recovery point is created.

§
recoveryPointId?: string | null
[src]

The unique identifier of the recovery point.

§
totalSizeInMegaBytes?: number | null
[src]

The total size of the data in the recovery point in megabytes.

§
workgroupName?: string | null
[src]

The name of the workgroup the recovery point is associated with.