OtsBackupPlanOtsDetailArgs

data class OtsBackupPlanOtsDetailArgs(val tableNames: Output<List<String>>? = null) : ConvertibleToJava<OtsBackupPlanOtsDetailArgs>

Constructors

Link copied to clipboard
constructor(tableNames: Output<List<String>>? = null)

Properties

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

The names of the destination tables in the Tablestore instance. Note: Required while source_type equals OTS_TABLE.

Functions

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