Amazon Glue · Schema

DeleteCustomEntityTypeRequest

DeleteCustomEntityTypeRequest schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
Name object
View JSON Schema on GitHub

JSON Schema

glue-delete-custom-entity-type-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-delete-custom-entity-type-request-schema.json",
  "title": "DeleteCustomEntityTypeRequest",
  "description": "DeleteCustomEntityTypeRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NameString"
        },
        {
          "description": "The name of the custom pattern that you want to delete."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}