Amazon Glue · JSON Structure

Glue Batch Delete Partition Value List Structure

BatchDeletePartitionValueList schema from Amazon Glue API

Type: array Properties: 0
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

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-delete-partition-value-list-structure.json",
  "name": "BatchDeletePartitionValueList",
  "description": "BatchDeletePartitionValueList schema from Amazon Glue API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/PartitionValueList"
  }
}