AWS Redshift · JSON Structure

Redshift Reserved Node Configuration Option Structure

Details for a reserved-node exchange. Examples include the node type for a reserved node, the price for a node, the node's state, and other details.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

SourceReservedNode TargetReservedNodeCount TargetReservedNodeOffering

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SourceReservedNode": {
      "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. "
    },
    "TargetReservedNodeCount": {},
    "TargetReservedNodeOffering": {
      "type": "object",
      "properties": {
        "ReservedNodeOfferingId": {},
        "NodeType": {},
        "Duration": {},
        "FixedPrice": {},
        "UsagePrice": {},
        "CurrencyCode": {},
        "OfferingType": {},
        "RecurringCharges": {},
        "ReservedNodeOfferingType": {}
      },
      "description": "Describes a reserved node offering."
    }
  },
  "description": "Details for a reserved-node exchange. Examples include the node type for a reserved node, the price for a node, the node's state, and other details.",
  "$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-configuration-option-structure.json",
  "name": "ReservedNodeConfigurationOption"
}