AWSDynamoDBContinuousBackupsDescription
Objective-C
@interface AWSDynamoDBContinuousBackupsDescription
Swift
class AWSDynamoDBContinuousBackupsDescription
Represents the continuous backups and point in time recovery settings on the table.
Required parameters: [ContinuousBackupsStatus]
-
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDDeclaration
Objective-C
@property (nonatomic) AWSDynamoDBContinuousBackupsStatus continuousBackupsStatus;
Swift
var continuousBackupsStatus: AWSDynamoDBContinuousBackupsStatus { get set }
-
The description of the point in time recovery settings applied to the table.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBPointInTimeRecoveryDescription *_Nullable pointInTimeRecoveryDescription;
Swift
var pointInTimeRecoveryDescription: AWSDynamoDBPointInTimeRecoveryDescription? { get set }