Get Catalog Table Result
data class GetCatalogTableResult(val arn: String, val catalogId: String, val databaseName: String, val description: String, val id: String, val name: String, val owner: String, val parameters: Map<String, String>, val partitionIndices: List<GetCatalogTablePartitionIndex>, val partitionKeys: List<GetCatalogTablePartitionKey>, val queryAsOfTime: String? = null, val retention: Int, val storageDescriptors: List<GetCatalogTableStorageDescriptor>, val tableType: String, val targetTables: List<GetCatalogTableTargetTable>, val transactionId: Int? = null, val viewExpandedText: String, val viewOriginalText: String)
A collection of values returned by getCatalogTable.
Constructors
Link copied to clipboard
fun GetCatalogTableResult(arn: String, catalogId: String, databaseName: String, description: String, id: String, name: String, owner: String, parameters: Map<String, String>, partitionIndices: List<GetCatalogTablePartitionIndex>, partitionKeys: List<GetCatalogTablePartitionKey>, queryAsOfTime: String? = null, retention: Int, storageDescriptors: List<GetCatalogTableStorageDescriptor>, tableType: String, targetTables: List<GetCatalogTableTargetTable>, transactionId: Int? = null, viewExpandedText: String, viewOriginalText: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Configuration block for information about the physical storage of this table. For more information, refer to the Glue Developer Guide. See storage_descriptor
below.
Link copied to clipboard
Link copied to clipboard