Data Source: aws_glue_catalog_table

This data source can be used to fetch information about an AWS Glue Data Catalog Table.

Example Usage

data "aws_glue_catalog_table" "example" {
  name          = "MyCatalogTable"
  database_name = "MyCatalogDatabase"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

partition_index

partition_keys

storage_descriptor

columns

schema_reference

schema_id

ser_de_info

sort_columns

skewed_info

target_table