AWS Redshift · Schema

EnableSnapshotCopyMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ClusterIdentifier object
DestinationRegion object
RetentionPeriod object
SnapshotCopyGrantName object
ManualSnapshotRetentionPeriod object
View JSON Schema on GitHub

JSON Schema

redshift-enable-snapshot-copy-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "DestinationRegion": {},
    "RetentionPeriod": {},
    "SnapshotCopyGrantName": {},
    "ManualSnapshotRetentionPeriod": {}
  },
  "required": [
    "ClusterIdentifier",
    "DestinationRegion"
  ],
  "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-enable-snapshot-copy-message-schema.json",
  "title": "EnableSnapshotCopyMessage"
}