AWS Redshift · JSON Structure

Redshift Batch Modify Cluster Snapshots Message Structure

BatchModifyClusterSnapshotsMessage schema from Amazon Redshift

Type: object Properties: 3 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

BatchModifyClusterSnapshotsMessage is a JSON Structure definition published by AWS Redshift, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SnapshotIdentifierList ManualSnapshotRetentionPeriod Force

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotIdentifierList": {},
    "ManualSnapshotRetentionPeriod": {},
    "Force": {}
  },
  "required": [
    "SnapshotIdentifierList"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-batch-modify-cluster-snapshots-message-structure.json",
  "name": "BatchModifyClusterSnapshotsMessage",
  "description": "BatchModifyClusterSnapshotsMessage schema from Amazon Redshift"
}