AWSDynamoDBTableArchivalSummary
No description
type AWSDynamoDBTableArchivalSummary {
archivalBackupArn: String!
archivedAt: DateTime
reason: String!
}
Fields
AWSDynamoDBTableArchivalSummary.archivalBackupArn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason
AWSDynamoDBTableArchivalSummary.archivedAt
● DateTime
scalar
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format
AWSDynamoDBTableArchivalSummary.reason
● String!
non-null scalar
The reason DynamoDB archived the table
Member of
AWSDynamoDBTable
object