AWS Redshift · Schema
CopyClusterSnapshotResult
CopyClusterSnapshotResult schema from Amazon Redshift
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| Snapshot | object | Describes a snapshot. |
JSON Schema
{
"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-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-copy-cluster-snapshot-result-schema.json",
"title": "CopyClusterSnapshotResult",
"description": "CopyClusterSnapshotResult schema from Amazon Redshift"
}