GetCatalogTablePlainArgs

data class GetCatalogTablePlainArgs(val catalogId: String? = null, val databaseName: String, val name: String, val queryAsOfTime: String? = null, val transactionId: Int? = null) : ConvertibleToJava<GetCatalogTablePlainArgs>

A collection of arguments for invoking getCatalogTable.

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, databaseName: String, name: String, queryAsOfTime: String? = null, transactionId: Int? = null)

Properties

Link copied to clipboard
val catalogId: String? = null

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.

Link copied to clipboard
val queryAsOfTime: String? = null

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with transaction_id. Specified in RFC 3339 format, e.g. 2006-01-02T15:04:05Z07:00.

Link copied to clipboard
val transactionId: Int? = null

The transaction ID at which to read the table contents.

Functions

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