AWS Redshift · Schema

ClusterSnapshotCopyStatus

Returns the destination region and retention period that are configured for cross-region snapshot copy.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
DestinationRegion object
RetentionPeriod object
ManualSnapshotRetentionPeriod object
SnapshotCopyGrantName object
View JSON Schema on GitHub

JSON Schema

redshift-cluster-snapshot-copy-status-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "DestinationRegion": {},
    "RetentionPeriod": {},
    "ManualSnapshotRetentionPeriod": {},
    "SnapshotCopyGrantName": {}
  },
  "description": "Returns the destination region and retention period that are configured for cross-region snapshot copy.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-cluster-snapshot-copy-status-schema.json",
  "title": "ClusterSnapshotCopyStatus"
}