
describe-environments
*********************


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

Returns descriptions for existing environments.


SYNOPSIS
========

   aws elasticbeanstalk describe-environments
     [--application-name <value>]
     [--included-deleted-back-to <value>]
     [--version-label <value>]
     [--include-deleted ]
     [--environment-names <value>]
     [--environment-ids <value>]


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

None


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

"--application-name"  (string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to include only those that are associated with this
   application.

"--included-deleted-back-to"  (timestamp)
   If specified when "--include-deleted" is set to "true" , then
   environments deleted after this date are displayed.

"--version-label"  (string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to include only those that are associated with this
   application version.

"--include-deleted"  (boolean)
   Indicates whether to include deleted environments:

   "true" : Environments that have been deleted after "--included-
   deleted-back-to" are displayed.

   "false" : Do not include deleted environments.

"--environment-names"  (list of string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to include only those that have the specified names.

   *Parameter Syntax*

      ["string", ...]

"--environment-ids"  (list of string)
   If specified, AWS Elastic Beanstalk restricts the returned
   descriptions to include only those that have the specified IDs.

   *Parameter Syntax*

      ["string", ...]
