TablePointInTimeRecoveryArgs

data class TablePointInTimeRecoveryArgs(val enabled: Output<Boolean>, val recoveryPeriodInDays: Output<Int>? = null) : ConvertibleToJava<TablePointInTimeRecoveryArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, recoveryPeriodInDays: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Whether to enable point-in-time recovery. It can take 10 minutes to enable for new tables. If the point_in_time_recovery block is not provided, this defaults to false.

Link copied to clipboard
val recoveryPeriodInDays: Output<Int>? = null

Number of preceding days for which continuous backups are taken and maintained. Default is 35.

Functions

Link copied to clipboard
open override fun toJava(): TablePointInTimeRecoveryArgs