AWSDynamoDBTableRestoreSummary
No description
type AWSDynamoDBTableRestoreSummary {
restoredAt: DateTime
restoreInProgress: Boolean!
sourceBackupArn: String!
sourceTableArn: String!
}
Fields
AWSDynamoDBTableRestoreSummary.restoredAt
● DateTime
scalar
Point in time or source backup time.
AWSDynamoDBTableRestoreSummary.restoreInProgress
● Boolean!
non-null scalar
Indicates if a restore is in progress or not
AWSDynamoDBTableRestoreSummary.sourceBackupArn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the backup from which the table was restored
AWSDynamoDBTableRestoreSummary.sourceTableArn
● String!
non-null scalar
The ARN of the source table of the backup that is being restored
Member of
AWSDynamoDBTable
object