Skip to content

DynamoDB  >  Structures  >  PointInTimeRecoverySpecification

PointInTimeRecoverySpecification

Structure Class

PointInTimeRecoverySpecification dataclass

Represents the settings used to enable point in time recovery.

Attributes

point_in_time_recovery_enabled instance-attribute
point_in_time_recovery_enabled: bool

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

recovery_period_in_days class-attribute instance-attribute
recovery_period_in_days: int | None = None

The number of preceding days for which continuous backups are taken and maintained. Your table data is only recoverable to any point-in-time from within the configured recovery period. This parameter is optional. If no value is provided, the value will default to 35.