
describe-reserved-db-instances
******************************


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

Returns information about reserved DB Instances for this account, or
about a specified reserved DB Instance.


SYNOPSIS
========

   aws rds describe-reserved-db-instances
     [--multi-az ]
     [--offering-type <value>]
     [--product-description <value>]
     [--reserved-db-instances-offering-id <value>]
     [--marker <value>]
     [--duration <value>]
     [--max-records <value>]
     [--reserved-db-instance-id <value>]
     [--db-instance-class <value>]


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

None


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

"--multi-az"  (boolean)
   The Multi-AZ filter value. Specify this parameter to show only
   those reservations matching the specified Multi-AZ parameter.

"--offering-type"  (string)
   The offering type filter value. Specify this parameter to show only
   the available offerings matching the specified offering type.

   Valid Values: >>``<<"Light Utilization" | "Medium Utilization" |
   "Heavy Utilization" ``

"--product-description"  (string)
   The product description filter value. Specify this parameter to
   show only those reservations matching the specified product
   description.

"--reserved-db-instances-offering-id"  (string)
   The offering identifier filter value. Specify this parameter to
   show only purchased reservations matching the specified offering
   identifier.

"--marker"  (string)
   An optional pagination token provided by a previous request. If
   this parameter is specified, the response includes only records
   beyond the marker, up to the value specified by "--max-records" .

"--duration"  (string)
   The duration filter value, specified in years or seconds. Specify
   this parameter to show only reservations for this duration.

   Valid Values: "1 | 3 | 31536000 | 94608000"

"--max-records"  (integer)
   The maximum number of records to include in the response. If more
   than the "--max-records" value is available, a pagination token
   called a marker is included in the response so that the following
   results can be retrieved.

   Default: 100

   Constraints: minimum 20, maximum 100

"--reserved-db-instance-id"  (string)
   The reserved DB Instance identifier filter value. Specify this
   parameter to show only the reservation that matches the specified
   reservation ID.

"--db-instance-class"  (string)
   The DB Instance class filter value. Specify this parameter to show
   only those reservations matching the specified DB Instances class.
