AWS Redshift · Schema
DescribeClusterSnapshotsMessage
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| ClusterIdentifier | object | |
| SnapshotIdentifier | object | |
| SnapshotArn | object | |
| SnapshotType | object | |
| StartTime | object | |
| EndTime | object | |
| MaxRecords | object | |
| Marker | object | |
| OwnerAccount | object | |
| TagKeys | object | |
| TagValues | object | |
| ClusterExists | object | |
| SortingEntities | object |
JSON Schema
{
"type": "object",
"properties": {
"ClusterIdentifier": {},
"SnapshotIdentifier": {},
"SnapshotArn": {},
"SnapshotType": {},
"StartTime": {},
"EndTime": {},
"MaxRecords": {},
"Marker": {},
"OwnerAccount": {},
"TagKeys": {},
"TagValues": {},
"ClusterExists": {},
"SortingEntities": {}
},
"description": "<p/>",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-describe-cluster-snapshots-message-schema.json",
"title": "DescribeClusterSnapshotsMessage"
}