
describe-configuration-options
******************************


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

Describes the configuration options that are used in a particular
configuration template or environment, or that a specified solution
stack defines. The description includes the values the options, their
default values, and an indication of the required action on a running
environment if an option value is changed.


SYNOPSIS
========

   aws elasticbeanstalk describe-configuration-options
     [--application-name <value>]
     [--environment-name <value>]
     [--solution-stack-name <value>]
     [--options <value>]
     [--template-name <value>]


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

None


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

"--application-name"  (string)
   The name of the application associated with the configuration
   template or environment. Only needed if you want to describe the
   configuration options associated with either the configuration
   template or environment.

"--environment-name"  (string)
   The name of the environment whose configuration options you want to
   describe.

"--solution-stack-name"  (string)
   The name of the solution stack whose configuration options you want
   to describe.

"--options"  (list)
   If specified, restricts the descriptions to only the specified
   options.

      (structure)
         A specification identifying an individual configuration
         option.

         "option_name"  (string)
            The name of the configuration option.

         "namespace"  (string)
            A unique namespace identifying the option's associated AWS
            resource.

   *Parameter Syntax*

      [
        {
          "option_name": "string",
          "namespace": "string"
        }
        ...
      ]

"--template-name"  (string)
   The name of the configuration template whose configuration options
   you want to describe.
