
describe-environment-resources
******************************


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

Returns AWS resources for this environment.


SYNOPSIS
========

   aws elasticbeanstalk describe-environment-resources
     [--environment-id <value>]
     [--environment-name <value>]


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

None


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

"--environment-id"  (string)
   The ID of the environment to retrieve AWS resource usage data.

   Condition: You must specify either this or an EnvironmentName, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.

"--environment-name"  (string)
   The name of the environment to retrieve AWS resource usage data.

   Condition: You must specify either this or an EnvironmentId, or
   both. If you do not specify either, AWS Elastic Beanstalk returns
   "MissingRequiredParameter" error.
