AWS Redshift · Schema

DeleteClusterSnapshotResult

DeleteClusterSnapshotResult schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Snapshot object Describes a snapshot.
View JSON Schema on GitHub

JSON Schema

redshift-delete-cluster-snapshot-result-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-delete-cluster-snapshot-result-schema.json",
  "title": "DeleteClusterSnapshotResult",
  "description": "DeleteClusterSnapshotResult schema from Amazon Redshift"
}