Skip to content

DynamoDB  >  Structures  >  ContinuousBackupsDescription

ContinuousBackupsDescription

Structure Class

ContinuousBackupsDescription dataclass

Represents the continuous backups and point in time recovery settings on the table.

Attributes

continuous_backups_status instance-attribute
continuous_backups_status: ContinuousBackupsStatus

ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED

point_in_time_recovery_description class-attribute instance-attribute
point_in_time_recovery_description: PointInTimeRecoveryDescription | None = None

The description of the point in time recovery settings applied to the table.