CatalogTableTargetTableArgs

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

Constructors

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

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.

Functions

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