Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/dynamodb@2012-08-10/mod.ts>BackupSummary

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface BackupSummary
import { type BackupSummary } from "https://deno.land/x/aws_api@v0.1.0/services/dynamodb@2012-08-10/mod.ts";

Properties

optional
TableName: string | null
optional
TableId: string | null
optional
TableArn: string | null
optional
BackupArn: string | null
optional
BackupName: string | null
optional
BackupCreationDateTime: Date | number | null
optional
BackupExpiryDateTime: Date | number | null
optional
BackupStatus: BackupStatus | null
optional
BackupType: BackupType | null
optional
BackupSizeBytes: number | null