Container for the parameters to the DescribeConfigurationOptions operation.

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.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeConfigurationOptionsRequest : AmazonWebServiceRequest
Public Class DescribeConfigurationOptionsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeConfigurationOptionsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeConfigurationOptionsRequest()()()()
Initializes a new instance of the DescribeConfigurationOptionsRequest class
ApplicationName
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.

Constraints:

Length
1 - 100

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

Constraints:

Length
4 - 23

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Options
If specified, restricts the descriptions to only the specified options.
SolutionStackName
The name of the solution stack whose configuration options you want to describe.

Constraints:

Length
0 - 100

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

Constraints:

Length
1 - 100

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithApplicationName(String)
Sets the ApplicationName property
WithEnvironmentName(String)
Sets the EnvironmentName property
WithOptions(array<OptionSpecification>[]()[][])
Adds elements to the Options collection
WithOptions(IEnumerable<(Of <<'(OptionSpecification>)>>))
Adds elements to the Options collection
WithSolutionStackName(String)
Sets the SolutionStackName property
WithTemplateName(String)
Sets the TemplateName property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.Model..::..DescribeConfigurationOptionsRequest

See Also