AWS Redshift · JSON Structure

Redshift Reserved Node Exchange Status Structure

Reserved-node status details, such as the source reserved-node identifier, the target reserved-node identifier, the node type, the node count, and other details.

Type: object Properties: 9
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ReservedNodeExchangeRequestId Status RequestTime SourceReservedNodeId SourceReservedNodeType SourceReservedNodeCount TargetReservedNodeOfferingId TargetReservedNodeType TargetReservedNodeCount

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ReservedNodeExchangeRequestId": {},
    "Status": {},
    "RequestTime": {},
    "SourceReservedNodeId": {},
    "SourceReservedNodeType": {},
    "SourceReservedNodeCount": {},
    "TargetReservedNodeOfferingId": {},
    "TargetReservedNodeType": {},
    "TargetReservedNodeCount": {}
  },
  "description": "Reserved-node status details, such as the source reserved-node identifier, the target reserved-node identifier, the node type, the node count, and other details.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-reserved-node-exchange-status-structure.json",
  "name": "ReservedNodeExchangeStatus"
}