AWS Redshift · JSON Structure

Redshift Copy Cluster Snapshot Message Structure

Type: object Properties: 4 Required: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

SourceSnapshotIdentifier SourceSnapshotClusterIdentifier TargetSnapshotIdentifier ManualSnapshotRetentionPeriod

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SourceSnapshotIdentifier": {},
    "SourceSnapshotClusterIdentifier": {},
    "TargetSnapshotIdentifier": {},
    "ManualSnapshotRetentionPeriod": {}
  },
  "required": [
    "SourceSnapshotIdentifier",
    "TargetSnapshotIdentifier"
  ],
  "description": "<p/>",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-copy-cluster-snapshot-message-structure.json",
  "name": "CopyClusterSnapshotMessage"
}