AWS Redshift · Schema

CreateClusterSnapshotMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SnapshotIdentifier object
ClusterIdentifier object
ManualSnapshotRetentionPeriod object
Tags object
View JSON Schema on GitHub

JSON Schema

redshift-create-cluster-snapshot-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotIdentifier": {},
    "ClusterIdentifier": {},
    "ManualSnapshotRetentionPeriod": {},
    "Tags": {}
  },
  "required": [
    "SnapshotIdentifier",
    "ClusterIdentifier"
  ],
  "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-create-cluster-snapshot-message-schema.json",
  "title": "CreateClusterSnapshotMessage"
}