AWS Redshift · JSON Structure

Redshift Purchase Reserved Node Offering Message Structure

Type: object Properties: 2 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

PurchaseReservedNodeOfferingMessage is a JSON Structure definition published by AWS Redshift, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ReservedNodeOfferingId NodeCount

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ReservedNodeOfferingId": {},
    "NodeCount": {}
  },
  "required": [
    "ReservedNodeOfferingId"
  ],
  "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-purchase-reserved-node-offering-message-structure.json",
  "name": "PurchaseReservedNodeOfferingMessage"
}