Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | GlueCatalogTable |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
GlueCatalogTableSpec | |
status |
GlueCatalogTableStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
catalogID |
string | (Optional) |
databaseName |
string | |
description |
string | (Optional) |
name |
string | |
owner |
string | (Optional) |
parameters |
map[string]string | (Optional) |
partitionKeys |
[]GlueCatalogTableSpecPartitionKeys | (Optional) |
retention |
int | (Optional) |
storageDescriptor |
[]GlueCatalogTableSpecStorageDescriptor | (Optional) |
tableType |
string | (Optional) |
viewExpandedText |
string | (Optional) |
viewOriginalText |
string | (Optional) |
Field | Type | Description |
---|---|---|
comment |
string | (Optional) |
name |
string | |
type |
string | (Optional) |
Field | Type | Description |
---|---|---|
bucketColumns |
[]string | (Optional) |
columns |
[]GlueCatalogTableSpecStorageDescriptorColumns | (Optional) |
compressed |
bool | (Optional) |
inputFormat |
string | (Optional) |
location |
string | (Optional) |
numberOfBuckets |
int | (Optional) |
outputFormat |
string | (Optional) |
parameters |
map[string]string | (Optional) |
serDeInfo |
[]GlueCatalogTableSpecStorageDescriptorSerDeInfo | (Optional) |
skewedInfo |
[]GlueCatalogTableSpecStorageDescriptorSkewedInfo | (Optional) |
sortColumns |
[]GlueCatalogTableSpecStorageDescriptorSortColumns | (Optional) |
storedAsSubDirectories |
bool | (Optional) |
Field | Type | Description |
---|---|---|
comment |
string | (Optional) |
name |
string | |
type |
string | (Optional) |
Field | Type | Description |
---|---|---|
name |
string | (Optional) |
parameters |
map[string]string | (Optional) |
serializationLibrary |
string | (Optional) |
Field | Type | Description |
---|---|---|
skewedColumnNames |
[]string | (Optional) |
skewedColumnValueLocationMaps |
map[string]string | (Optional) |
skewedColumnValues |
[]string | (Optional) |
Field | Type | Description |
---|---|---|
column |
string | |
sortOrder |
int |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
GlueCatalogTableSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |