destinationTable

@JvmName(name = "fmocsvrjbrrvxueo")
suspend fun destinationTable(value: Output<TableReferenceArgs>)
@JvmName(name = "bwjnyxgfvvuxlmmm")
suspend fun destinationTable(value: TableReferenceArgs?)

Parameters

value

Optional Describes the table where the query results should be stored. If not present, a new table will be created to store the results. This property must be set for large results that exceed the maximum response size.


@JvmName(name = "cmaugmkcdghjjimg")
suspend fun destinationTable(argument: suspend TableReferenceArgsBuilder.() -> Unit)

Parameters

argument

Optional Describes the table where the query results should be stored. If not present, a new table will be created to store the results. This property must be set for large results that exceed the maximum response size.