AWS Redshift · Schema

BatchModifyClusterSnapshotsMessage

BatchModifyClusterSnapshotsMessage schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SnapshotIdentifierList object
ManualSnapshotRetentionPeriod object
Force object
View JSON Schema on GitHub

JSON Schema

redshift-batch-modify-cluster-snapshots-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotIdentifierList": {},
    "ManualSnapshotRetentionPeriod": {},
    "Force": {}
  },
  "required": [
    "SnapshotIdentifierList"
  ],
  "$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-modify-cluster-snapshots-message-schema.json",
  "title": "BatchModifyClusterSnapshotsMessage",
  "description": "BatchModifyClusterSnapshotsMessage schema from Amazon Redshift"
}