ExportDescription
import type { ExportDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface ExportDescription {
BilledSizeBytes?: number | null;
ClientToken?: string | null;
EndTime?: Date | number | null;
ExportArn?: string | null;
ExportFormat?: ExportFormat | null;
ExportManifest?: string | null;
ExportStatus?: ExportStatus | null;
ExportTime?: Date | number | null;
FailureCode?: string | null;
FailureMessage?: string | null;
ItemCount?: number | null;
S3Bucket?: string | null;
S3BucketOwner?: string | null;
S3Prefix?: string | null;
S3SseAlgorithm?: S3SseAlgorithm | null;
S3SseKmsKeyId?: string | null;
StartTime?: Date | number | null;
TableArn?: string | null;
TableId?: string | null;
}§Properties
§
ExportFormat?: ExportFormat | null
[src]§
ExportStatus?: ExportStatus | null
[src]§
S3SseAlgorithm?: S3SseAlgorithm | null
[src]