
describe-reserved-node-offerings
********************************


DESCRIPTION
===========

Returns a list of the available reserved node offerings by Amazon
Redshift with their descriptions including the node type, the fixed
and recurring costs of reserving the node and duration the node will
be reserved for you. These descriptions help you determine which
reserve node offering you want to purchase. You then use the unique
offering ID in you call to purchase-reserved-node-offering to reserve
one or more nodes for your Amazon Redshift cluster.


SYNOPSIS
========

   aws redshift describe-reserved-node-offerings
     [--marker <value>]
     [--max-records <value>]
     [--reserved-node-offering-id <value>]


REQUIRED PARAMETERS
===================

None


OPTIONAL PARAMETERS
===================

"--marker"  (string)
   An optional marker returned by a previous  describe-reserved-node-
   offerings request to indicate the first offering that the request
   will return.

   You can specify either a **--marker** parameter or a
   **ClusterIdentifier** parameter in a  describe-clusters request,
   but not both.

"--max-records"  (integer)
   The maximum number of records to include in the response. If more
   records exist than the specified "--max-records" value, a marker is
   included in the response so that the remaining results may be
   retrieved.

   Default: "100"

   Constraints: minimum 20, maximum 100.

"--reserved-node-offering-id"  (string)
   The unique identifier for the offering.
