AWS Redshift · Schema
Snapshot
Describes a snapshot.
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| SnapshotIdentifier | object | |
| ClusterIdentifier | object | |
| SnapshotCreateTime | object | |
| Status | object | |
| Port | object | |
| AvailabilityZone | object | |
| ClusterCreateTime | object | |
| MasterUsername | object | |
| ClusterVersion | object | |
| EngineFullVersion | object | |
| SnapshotType | object | |
| NodeType | object | |
| NumberOfNodes | object | |
| DBName | object | |
| VpcId | object | |
| Encrypted | object | |
| KmsKeyId | object | |
| EncryptedWithHSM | object | |
| AccountsWithRestoreAccess | object | |
| OwnerAccount | object | |
| TotalBackupSizeInMegaBytes | object | |
| ActualIncrementalBackupSizeInMegaBytes | object | |
| BackupProgressInMegaBytes | object | |
| CurrentBackupRateInMegaBytesPerSecond | object | |
| EstimatedSecondsToCompletion | object | |
| ElapsedTimeInSeconds | object | |
| SourceRegion | object | |
| Tags | object | |
| RestorableNodeTypes | object | |
| EnhancedVpcRouting | object | |
| MaintenanceTrackName | object | |
| ManualSnapshotRetentionPeriod | object | |
| ManualSnapshotRemainingDays | object | |
| SnapshotRetentionStartTime | object |
JSON Schema
{
"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-snapshot-schema.json",
"title": "Snapshot"
}