TablePointInTimeRecoveryArgs

data class TablePointInTimeRecoveryArgs(val enabled: Output<Boolean>) : ConvertibleToJava<TablePointInTimeRecoveryArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>)

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.

Functions

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