Amazon Glue · JSON Structure

Glue Get Unfiltered Partition Metadata Response Structure

GetUnfilteredPartitionMetadataResponse schema from Amazon Glue API

Type: object Properties: 3
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

Partition AuthorizedColumns IsRegisteredWithLakeFormation

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-partition-metadata-response-structure.json",
  "name": "GetUnfilteredPartitionMetadataResponse",
  "description": "GetUnfilteredPartitionMetadataResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Partition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Partition"
        },
        {
          "description": "A Partition object containing the partition 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."
        }
      ]
    }
  }
}