sourceTables

@JvmName(name = "phobencmomxqnhha")
suspend fun sourceTables(value: Output<List<JobCopySourceTableArgs>>)
@JvmName(name = "cetgkxwvgusdlbhg")
suspend fun sourceTables(value: List<JobCopySourceTableArgs>)

Parameters

value

Source tables to copy. Structure is documented below.


@JvmName(name = "tufxvnaxqtimpvnq")
suspend fun sourceTables(vararg values: Output<JobCopySourceTableArgs>)


@JvmName(name = "qamftmjjloiyupsu")
suspend fun sourceTables(values: List<Output<JobCopySourceTableArgs>>)
@JvmName(name = "nfdjbmsnrvktsdnx")
suspend fun sourceTables(vararg values: JobCopySourceTableArgs)

Parameters

values

Source tables to copy. Structure is documented below.


@JvmName(name = "jawphqwhbronugnl")
suspend fun sourceTables(argument: List<suspend JobCopySourceTableArgsBuilder.() -> Unit>)
@JvmName(name = "gypvxuvepaxelydy")
suspend fun sourceTables(vararg argument: suspend JobCopySourceTableArgsBuilder.() -> Unit)
@JvmName(name = "bkxrbmaxtlbclpjs")
suspend fun sourceTables(argument: suspend JobCopySourceTableArgsBuilder.() -> Unit)

Parameters

argument

Source tables to copy. Structure is documented below.