AWS Redshift · Schema

PurchaseReservedNodeOfferingResult

PurchaseReservedNodeOfferingResult schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ReservedNode object Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.
View JSON Schema on GitHub

JSON Schema

redshift-purchase-reserved-node-offering-result-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-purchase-reserved-node-offering-result-schema.json",
  "title": "PurchaseReservedNodeOfferingResult",
  "description": "PurchaseReservedNodeOfferingResult schema from Amazon Redshift"
}