AWS Redshift · JSON Structure

Redshift Enable Snapshot Copy Message Structure

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

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

Properties

ClusterIdentifier DestinationRegion RetentionPeriod SnapshotCopyGrantName ManualSnapshotRetentionPeriod

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

JSON Structure

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