AWS Redshift · JSON Structure

Redshift Copy Cluster Snapshot Result Structure

CopyClusterSnapshotResult schema from Amazon Redshift

Type: object Properties: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

CopyClusterSnapshotResult is a JSON Structure definition published by AWS Redshift, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Snapshot

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Snapshot": {
      "type": "object",
      "properties": {
        "SnapshotIdentifier": {},
        "ClusterIdentifier": {},
        "SnapshotCreateTime": {},
        "Status": {},
        "Port": {},
        "AvailabilityZone": {},
        "ClusterCreateTime": {},
        "MasterUsername": {},
        "ClusterVersion": {},
        "EngineFullVersion": {},
        "SnapshotType": {},
        "NodeType": {},
        "NumberOfNodes": {},
        "DBName": {},
        "VpcId": {},
        "Encrypted": {},
        "KmsKeyId": {},
        "EncryptedWithHSM": {},
        "AccountsWithRestoreAccess": {},
        "OwnerAccount": {},
        "TotalBackupSizeInMegaBytes": {},
        "ActualIncrementalBackupSizeInMegaBytes": {},
        "BackupProgressInMegaBytes": {},
        "CurrentBackupRateInMegaBytesPerSecond": {},
        "EstimatedSecondsToCompletion": {},
        "ElapsedTimeInSeconds": {},
        "SourceRegion": {},
        "Tags": {},
        "RestorableNodeTypes": {},
        "EnhancedVpcRouting": {},
        "MaintenanceTrackName": {},
        "ManualSnapshotRetentionPeriod": {},
        "ManualSnapshotRemainingDays": {},
        "SnapshotRetentionStartTime": {}
      },
      "description": "Describes a snapshot."
    }
  },
  "$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-result-structure.json",
  "name": "CopyClusterSnapshotResult",
  "description": "CopyClusterSnapshotResult schema from Amazon Redshift"
}