DescribeContinuousBackups
Source:
src/AWS/DynamoDB/DescribeContinuousBackups.ts
Runtime binding for dynamodb:DescribeContinuousBackups.
Bind this operation to a Table inside a function runtime to get a callable
that reads the bound table’s continuous-backup and point-in-time-recovery
status (including the earliest and latest restorable times), automatically
injecting the table name. Provide the DescribeContinuousBackupsHttp layer
on the Function to satisfy the binding.
Backup and Restore
Section titled “Backup and Restore”const describeContinuousBackups = yield* AWS.DynamoDB.DescribeContinuousBackups(table);
const response = yield* describeContinuousBackups();const pitr = response.ContinuousBackupsDescription?.PointInTimeRecoveryDescription;