Amazon Glue · JSON Structure

Glue Batch Get Custom Entity Types Response Structure

BatchGetCustomEntityTypesResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

CustomEntityTypes CustomEntityTypesNotFound

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-batch-get-custom-entity-types-response-structure.json",
  "name": "BatchGetCustomEntityTypesResponse",
  "description": "BatchGetCustomEntityTypesResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "CustomEntityTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomEntityTypes"
        },
        {
          "description": "A list of <code>CustomEntityType</code> objects representing the custom patterns that have been created."
        }
      ]
    },
    "CustomEntityTypesNotFound": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomEntityTypeNames"
        },
        {
          "description": "A list of the names of custom patterns that were not found."
        }
      ]
    }
  }
}