TablePointInTimeRecoverySpecificationArgs

data class TablePointInTimeRecoverySpecificationArgs(val pointInTimeRecoveryEnabled: Output<Boolean>? = null) : ConvertibleToJava<TablePointInTimeRecoverySpecificationArgs>

The settings used to enable point in time recovery.

Constructors

constructor(pointInTimeRecoveryEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val pointInTimeRecoveryEnabled: Output<Boolean>? = null

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

Functions

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