Amazon Glue · JSON Structure

Glue Get Registry Response Structure

GetRegistryResponse schema from Amazon Glue API

Type: object Properties: 6
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

RegistryName RegistryArn Description Status CreatedTime UpdatedTime

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-registry-response-structure.json",
  "name": "GetRegistryResponse",
  "description": "GetRegistryResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "RegistryName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaRegistryNameString"
        },
        {
          "description": "The name of the registry."
        }
      ]
    },
    "RegistryArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlueResourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the registry."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescriptionString"
        },
        {
          "description": "A description of the registry."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegistryStatus"
        },
        {
          "description": "The status of the registry."
        }
      ]
    },
    "CreatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreatedTimestamp"
        },
        {
          "description": "The date and time the registry was created."
        }
      ]
    },
    "UpdatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdatedTimestamp"
        },
        {
          "description": "The date and time the registry was updated."
        }
      ]
    }
  }
}