AWS Redshift · JSON Structure

Redshift Reserved Node Offering Structure

Describes a reserved node offering.

Type: object Properties: 9
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ReservedNodeOffering 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

ReservedNodeOfferingId NodeType Duration FixedPrice UsagePrice CurrencyCode OfferingType RecurringCharges ReservedNodeOfferingType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ReservedNodeOfferingId": {},
    "NodeType": {},
    "Duration": {},
    "FixedPrice": {},
    "UsagePrice": {},
    "CurrencyCode": {},
    "OfferingType": {},
    "RecurringCharges": {},
    "ReservedNodeOfferingType": {}
  },
  "description": "Describes a reserved node offering.",
  "$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-offering-structure.json",
  "name": "ReservedNodeOffering"
}