AWS Redshift · JSON Structure

Redshift Cluster Snapshot Copy Status Structure

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

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

DestinationRegion RetentionPeriod ManualSnapshotRetentionPeriod SnapshotCopyGrantName

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-snapshot-copy-status-structure.json",
  "name": "ClusterSnapshotCopyStatus"
}