class
Amazonite::DynamoDB::PointInTimeRecoverySpecification
- Amazonite::DynamoDB::PointInTimeRecoverySpecification
- Reference
- Object
Overview
Represents the settings used to enable point in time recovery.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/point_in_time_recovery_specification.crConstructors
- .new(pull : JSON::PullParser)
- .new(point_in_time_recovery_enabled : Bool, recovery_period_in_days : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#point_in_time_recovery_enabled : Bool
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
-
#point_in_time_recovery_enabled=(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 : Int32 | Nil
The number of preceding days for which continuous backups are taken and maintained.
-
#recovery_period_in_days=(recovery_period_in_days : Int32 | Nil)
The number of preceding days for which continuous backups are taken and maintained.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
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.
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.