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


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

Returns information about provisioned RDS instances. This API supports
pagination.


SYNOPSIS
========

   aws rds describe-db-instances
     [--marker <value>]
     [--max-records <value>]
     [--db-instance-identifier <value>]


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

None


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

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

"--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 may be retrieved.

   Default: 100

   Constraints: minimum 20, maximum 100

"--db-instance-identifier"  (string)
   The user-supplied instance identifier. If this parameter is
   specified, information from only the specific DB Instance is
   returned. This parameter isn't case sensitive.

   Constraints:

   * Must contain from 1 to 63 alphanumeric characters or hyphens

   * First character must be a letter

   * Cannot end with a hyphen or contain two consecutive hyphens
