Class PointInTimeRecoverySpecification
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the settings used to enable point in time recovery.
public class PointInTimeRecoverySpecification
- Inheritance
-
PointInTimeRecoverySpecification
- Inherited Members
Constructors
PointInTimeRecoverySpecification()
public PointInTimeRecoverySpecification()
Properties
PointInTimeRecoveryEnabled
Gets and sets the property PointInTimeRecoveryEnabled.
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public bool PointInTimeRecoveryEnabled { get; set; }