ArchivalSummary

public struct ArchivalSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let archivalBackupArn: String?
  • The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.

    Declaration

    Swift

    public let archivalDateTime: TimeStamp?
  • The reason DynamoDB archived the table. Currently, the only possible value is: INACCESSIBLE_ENCRYPTION_CREDENTIALS - The table was archived due to the table’s AWS KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.

    Declaration

    Swift

    public let archivalReason: String?
  • Undocumented

    Declaration

    Swift

    public init(archivalBackupArn: String? = nil, archivalDateTime: TimeStamp? = nil, archivalReason: String? = nil)