RestoredLogsArgs

data class RestoredLogsArgs(val endRestoreTime: Output<String>? = null, val sourceTable: Output<String>? = null, val startRestoreTime: Output<String>? = null) : ConvertibleToJava<RestoredLogsArgs>

Restore parameters.

Constructors

Link copied to clipboard
fun RestoredLogsArgs(endRestoreTime: Output<String>? = null, sourceTable: Output<String>? = null, startRestoreTime: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val endRestoreTime: Output<String>? = null

The timestamp to end the restore by (UTC).

Link copied to clipboard
val sourceTable: Output<String>? = null

The table to restore data from.

Link copied to clipboard
val startRestoreTime: Output<String>? = null

The timestamp to start the restore from (UTC).