amazonka-elasticbeanstalk-0.3.5: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions

Contents

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.

http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeConfigurationOptions.html

Synopsis

Request

Request constructor

Request lenses

dcoApplicationName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

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.

dcoEnvironmentName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

The name of the environment whose configuration options you want to describe.

dcoOptions :: Lens' DescribeConfigurationOptions [OptionSpecification] Source

If specified, restricts the descriptions to only the specified options.

dcoSolutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

The name of the solution stack whose configuration options you want to describe.

dcoTemplateName :: Lens' DescribeConfigurationOptions (Maybe Text) Source

The name of the configuration template whose configuration options you want to describe.

Response

Response constructor

Response lenses

dcorSolutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text) Source

The name of the solution stack these configuration options belong to.