Amazon Glue · JSON Structure

Glue Create Registry Response Structure

CreateRegistryResponse schema from Amazon Glue API

Type: object Properties: 4
AnalyticsData CatalogData IntegrationData PipelineETLServerless

CreateRegistryResponse 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

RegistryArn RegistryName Description Tags

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-create-registry-response-structure.json",
  "name": "CreateRegistryResponse",
  "description": "CreateRegistryResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "RegistryArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlueResourceArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the newly created registry."
        }
      ]
    },
    "RegistryName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SchemaRegistryNameString"
        },
        {
          "description": "The name of the registry."
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DescriptionString"
        },
        {
          "description": "A description of the registry."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagsMap"
        },
        {
          "description": "The tags for the registry."
        }
      ]
    }
  }
}