BackupSummary
public struct BackupSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
ARN associated with the backup.
Declaration
Swift
public let backupArn: String?
-
Time at which the backup was created.
Declaration
Swift
public let backupCreationDateTime: TimeStamp?
-
Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM on-demand backup expires automatically 35 days after its creation.
Declaration
Swift
public let backupExpiryDateTime: TimeStamp?
-
Name of the specified backup.
Declaration
Swift
public let backupName: String?
-
Size of the backup in bytes.
Declaration
Swift
public let backupSizeBytes: Int64?
-
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
Declaration
Swift
public let backupStatus: BackupStatus?
-
BackupType: USER - You create and manage these using the on-demand backup feature. SYSTEM - If you delete a table with point-in-time recovery enabled, a SYSTEM backup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion. AWS_BACKUP - On-demand backup created by you from AWS Backup service.
Declaration
Swift
public let backupType: BackupType?
-
ARN associated with the table.
Declaration
Swift
public let tableArn: String?
-
Unique identifier for the table.
Declaration
Swift
public let tableId: String?
-
Name of the table.
Declaration
Swift
public let tableName: String?
-
init(backupArn:backupCreationDateTime:backupExpiryDateTime:backupName:backupSizeBytes:backupStatus:backupType:tableArn:tableId:tableName:)
Undocumented
Declaration
Swift
public init(backupArn: String? = nil, backupCreationDateTime: TimeStamp? = nil, backupExpiryDateTime: TimeStamp? = nil, backupName: String? = nil, backupSizeBytes: Int64? = nil, backupStatus: BackupStatus? = nil, backupType: BackupType? = nil, tableArn: String? = nil, tableId: String? = nil, tableName: String? = nil)