OBJECT

AwsNativeDynamoDbTablePointInTimeRestoreWindow

Description

The Point-in-Time (PiT) restore window of the DynamoDB table.

link GraphQL Schema definition

  • type AwsNativeDynamoDbTablePointInTimeRestoreWindow {
  • # The earliest time to which the DynamoDB table can be restored.
  • earliestTime: DateTime
  • # The latest time to which the DynamoDB table can be restored.
  • latestTime: DateTime
  • }

link Require by