point In Time Recovery Specification
suspend fun pointInTimeRecoverySpecification(value: Output<GlobalTablePointInTimeRecoverySpecificationArgs>)
suspend fun pointInTimeRecoverySpecification(value: GlobalTablePointInTimeRecoverySpecificationArgs?)
Parameters
value
The settings used to enable point in time recovery. When not specified, defaults to point in time recovery disabled for the replica.
suspend fun pointInTimeRecoverySpecification(argument: suspend GlobalTablePointInTimeRecoverySpecificationArgsBuilder.() -> Unit)
Parameters
argument
The settings used to enable point in time recovery. When not specified, defaults to point in time recovery disabled for the replica.