メインコンテンツまでスキップ

AWSDynamoDBTablePointInTimeRecoveryDescription

No description

type AWSDynamoDBTablePointInTimeRecoveryDescription {
earliestRestorableAt: DateTime
latestRestorableAt: DateTime
status: AWSDynamoDBTablePointInTimeRecoveryStatusType!
}

Fields

AWSDynamoDBTablePointInTimeRecoveryDescription.earliestRestorableAt ● DateTime scalar

The earliest point in time you can restore your table to

AWSDynamoDBTablePointInTimeRecoveryDescription.latestRestorableAt ● DateTime scalar

The latest restorable date/time. Typically 5 minutes before the current time

AWSDynamoDBTablePointInTimeRecoveryDescription.status ● AWSDynamoDBTablePointInTimeRecoveryStatusType! non-null enum

The current state of point in time recovery

Member of

AWSDynamoDBTableContinuousBackupsDescription object