AWS Redshift · JSON Structure

Redshift Reserved Node Structure

Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.

Type: object Properties: 13
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ReservedNode 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

ReservedNodeId ReservedNodeOfferingId NodeType StartTime Duration FixedPrice UsagePrice CurrencyCode NodeCount State OfferingType RecurringCharges ReservedNodeOfferingType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ReservedNodeId": {},
    "ReservedNodeOfferingId": {},
    "NodeType": {},
    "StartTime": {},
    "Duration": {},
    "FixedPrice": {},
    "UsagePrice": {},
    "CurrencyCode": {},
    "NodeCount": {},
    "State": {},
    "OfferingType": {},
    "RecurringCharges": {},
    "ReservedNodeOfferingType": {}
  },
  "description": "Describes a reserved node. You can call the <a>DescribeReservedNodeOfferings</a> API to obtain the available reserved node offerings. ",
  "$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-structure.json",
  "name": "ReservedNode"
}