OBJECT
The Point-in-Time (PiT) restore window of the DynamoDB table.
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 }