GetCatalogTableTargetTable

data class GetCatalogTableTargetTable(val catalogId: String, val databaseName: String, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the Glue Catalog and database where the table metadata resides. If omitted, this defaults to the current AWS Account ID.

Link copied to clipboard

Name of the metadata database where the table metadata resides.

Link copied to clipboard

Name of the table.