AWS Redshift · Schema

BatchDeleteClusterSnapshotsRequest

BatchDeleteClusterSnapshotsRequest schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Identifiers object
View JSON Schema on GitHub

JSON Schema

redshift-batch-delete-cluster-snapshots-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Identifiers": {}
  },
  "required": [
    "Identifiers"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-batch-delete-cluster-snapshots-request-schema.json",
  "title": "BatchDeleteClusterSnapshotsRequest",
  "description": "BatchDeleteClusterSnapshotsRequest schema from Amazon Redshift"
}