Class ArchivalSummary
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Contains details of a table archival operation.
public class ArchivalSummary
- Inheritance
-
ArchivalSummary
- Inherited Members
Constructors
ArchivalSummary()
public ArchivalSummary()
Properties
ArchivalBackupArn
Gets and sets the property ArchivalBackupArn.
The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason. If you wish to restore this backup to the same table name, you will need to delete the original table.
public string ArchivalBackupArn { get; set; }
Property Value
ArchivalDateTime
Gets and sets the property ArchivalDateTime.
The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
public DateTime ArchivalDateTime { get; set; }
Property Value
ArchivalReason
Gets and sets the property ArchivalReason.
The reason DynamoDB archived the table. Currently, the only possible value is:
- The table was archived due to the table's KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.INACCESSIBLE_ENCRYPTION_CREDENTIALS
public string ArchivalReason { get; set; }