CatalogTableTargetTableArgs

data class CatalogTableTargetTableArgs(val catalogId: Output<String>, val databaseName: Output<String>, val name: Output<String>, val region: Output<String>? = null) : ConvertibleToJava<CatalogTableTargetTableArgs>

Constructors

Link copied to clipboard
constructor(catalogId: Output<String>, databaseName: Output<String>, name: Output<String>, region: Output<String>? = null)

Properties

Link copied to clipboard
val catalogId: Output<String>

ID of the Data Catalog in which the table resides.

Link copied to clipboard
val databaseName: Output<String>

Name of the catalog database that contains the target table.

Link copied to clipboard
val name: Output<String>

Name of the target table.

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

Region of the target table.

Functions

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