libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DynamoDB.Types.BackupSummary

Description

 
Synopsis

Documentation

data BackupSummary Source #

Contains details for the backup.

See: newBackupSummary smart constructor.

Constructors

BackupSummary' 

Fields

Instances

Instances details
Eq BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Read BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Show BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Generic BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Associated Types

type Rep BackupSummary :: Type -> Type #

NFData BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

Methods

rnf :: BackupSummary -> () #

Hashable BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

FromJSON BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

type Rep BackupSummary Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.BackupSummary

newBackupSummary :: BackupSummary Source #

Create a value of BackupSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backupExpiryDateTime:BackupSummary', backupSummary_backupExpiryDateTime - 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.

$sel:tableArn:BackupSummary', backupSummary_tableArn - ARN associated with the table.

$sel:backupName:BackupSummary', backupSummary_backupName - Name of the specified backup.

$sel:backupStatus:BackupSummary', backupSummary_backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

$sel:backupSizeBytes:BackupSummary', backupSummary_backupSizeBytes - Size of the backup in bytes.

$sel:backupArn:BackupSummary', backupSummary_backupArn - ARN associated with the backup.

$sel:tableId:BackupSummary', backupSummary_tableId - Unique identifier for the table.

$sel:backupCreationDateTime:BackupSummary', backupSummary_backupCreationDateTime - Time at which the backup was created.

$sel:backupType:BackupSummary', backupSummary_backupType - 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.

$sel:tableName:BackupSummary', backupSummary_tableName - Name of the table.

backupSummary_backupExpiryDateTime :: Lens' BackupSummary (Maybe UTCTime) Source #

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.

backupSummary_tableArn :: Lens' BackupSummary (Maybe Text) Source #

ARN associated with the table.

backupSummary_backupName :: Lens' BackupSummary (Maybe Text) Source #

Name of the specified backup.

backupSummary_backupStatus :: Lens' BackupSummary (Maybe BackupStatus) Source #

Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

backupSummary_backupArn :: Lens' BackupSummary (Maybe Text) Source #

ARN associated with the backup.

backupSummary_tableId :: Lens' BackupSummary (Maybe Text) Source #

Unique identifier for the table.

backupSummary_backupType :: Lens' BackupSummary (Maybe BackupType) Source #

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.