AWS SDK for .NET Documentation
DescribeConfigurationOptionsRequest Class
AmazonAmazon.ElasticBeanstalk.ModelDescribeConfigurationOptionsRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class DescribeConfigurationOptionsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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
Object
AmazonWebServiceRequest
 DescribeConfigurationOptionsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)