AWS Redshift · JSON Structure

Redshift Describe Cluster Snapshots Message Structure

Type: object Properties: 13
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ClusterIdentifier SnapshotIdentifier SnapshotArn SnapshotType StartTime EndTime MaxRecords Marker OwnerAccount TagKeys TagValues ClusterExists SortingEntities

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "SnapshotIdentifier": {},
    "SnapshotArn": {},
    "SnapshotType": {},
    "StartTime": {},
    "EndTime": {},
    "MaxRecords": {},
    "Marker": {},
    "OwnerAccount": {},
    "TagKeys": {},
    "TagValues": {},
    "ClusterExists": {},
    "SortingEntities": {}
  },
  "description": "<p/>",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-describe-cluster-snapshots-message-structure.json",
  "name": "DescribeClusterSnapshotsMessage"
}