AWS Redshift · JSON Structure

Redshift Purchase Reserved Node Offering Result Structure

PurchaseReservedNodeOfferingResult schema from Amazon Redshift

Type: object Properties: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ReservedNode

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ReservedNode": {
      "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-purchase-reserved-node-offering-result-structure.json",
  "name": "PurchaseReservedNodeOfferingResult",
  "description": "PurchaseReservedNodeOfferingResult schema from Amazon Redshift"
}