Amazon Glue · JSON Structure

Glue List Custom Entity Types Response Structure

ListCustomEntityTypesResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

ListCustomEntityTypesResponse 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 NextToken

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-list-custom-entity-types-response-structure.json",
  "name": "ListCustomEntityTypesResponse",
  "description": "ListCustomEntityTypesResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "CustomEntityTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomEntityTypes"
        },
        {
          "description": "A list of <code>CustomEntityType</code> objects representing custom patterns."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "A pagination token, if more results are available."
        }
      ]
    }
  }
}