AWSDynamoDBPointInTimeRecoverySpecification

Objective-C

@interface AWSDynamoDBPointInTimeRecoverySpecification

Swift

class AWSDynamoDBPointInTimeRecoverySpecification

Represents the settings used to enable point in time recovery.

Required parameters: [PointInTimeRecoveryEnabled]

  • Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable pointInTimeRecoveryEnabled;

    Swift

    var pointInTimeRecoveryEnabled: NSNumber? { get set }