AWS Redshift · Schema

CopyClusterSnapshotMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SourceSnapshotIdentifier object
SourceSnapshotClusterIdentifier object
TargetSnapshotIdentifier object
ManualSnapshotRetentionPeriod object
View JSON Schema on GitHub

JSON Schema

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