Class ContinuousBackupsDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the continuous backups and point in time recovery settings on the table.
public class ContinuousBackupsDescription
- Inheritance
-
ContinuousBackupsDescription
- Inherited Members
Constructors
ContinuousBackupsDescription()
public ContinuousBackupsDescription()
Properties
ContinuousBackupsStatus
Gets and sets the property ContinuousBackupsStatus.
ContinuousBackupsStatus
can be one of the following states: ENABLED,
DISABLED
public ContinuousBackupsStatus ContinuousBackupsStatus { get; set; }
Property Value
PointInTimeRecoveryDescription
Gets and sets the property PointInTimeRecoveryDescription.
The description of the point in time recovery settings applied to the table.
public PointInTimeRecoveryDescription PointInTimeRecoveryDescription { get; set; }