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

AwsDynamoDbTableRestoreSummary

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

Information about the restore for the table.

interface AwsDynamoDbTableRestoreSummary {
RestoreDateTime?: string | null;
RestoreInProgress?: boolean | null;
SourceBackupArn?: string | null;
SourceTableArn?: string | null;
}

§Properties

§
RestoreDateTime?: string | null
[src]

Indicates the point in time that the table was restored to.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
RestoreInProgress?: boolean | null
[src]

Whether a restore is currently in progress.

§
SourceBackupArn?: string | null
[src]

The ARN of the source backup from which the table was restored.

§
SourceTableArn?: string | null
[src]

The ARN of the source table for the backup.