
describe-orderable-db-instance-options
**************************************


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

Returns a list of orderable DB Instance options for the specified
engine.


SYNOPSIS
========

   aws rds describe-orderable-db-instance-options
     --engine <value>
     [--license-model <value>]
     [--max-records <value>]
     [--vpc ]
     [--engine-version <value>]
     [--marker <value>]
     [--db-instance-class <value>]


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

"--engine"  (string)
   The name of the engine to retrieve DB Instance options for.


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

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

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

   Default: 100

   Constraints: minimum 20, maximum 100

"--vpc"  (boolean)
   The VPC filter value. Specify this parameter to show only the
   available VPC or non-VPC offerings.

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

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

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