Amazon Glue · JSON Structure

Glue Get Unfiltered Table Metadata Response Structure

GetUnfilteredTableMetadataResponse schema from Amazon Glue API

Type: object Properties: 4
AnalyticsData CatalogData IntegrationData PipelineETLServerless

GetUnfilteredTableMetadataResponse is a JSON Structure definition published by Amazon Glue, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Table AuthorizedColumns IsRegisteredWithLakeFormation CellFilters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-unfiltered-table-metadata-response-structure.json",
  "name": "GetUnfilteredTableMetadataResponse",
  "description": "GetUnfilteredTableMetadataResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Table": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Table"
        },
        {
          "description": "A Table object containing the table metadata."
        }
      ]
    },
    "AuthorizedColumns": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NameStringList"
        },
        {
          "description": "A list of column names that the user has been granted access to."
        }
      ]
    },
    "IsRegisteredWithLakeFormation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "A Boolean value that indicates whether the partition location is registered with Lake Formation."
        }
      ]
    },
    "CellFilters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColumnRowFilterList"
        },
        {
          "description": "A list of column row filters."
        }
      ]
    }
  }
}