Container for the parameters to the DescribeConfigurationOptions operation.
Namespace: Amazon.ElasticBeanstalk.ModelDescribes 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.
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 |
| Member | Description | |
|---|---|---|
| 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: | |
| EnvironmentName |
The name of the environment whose configuration options you want to describe.
Constraints: | |
| Equals(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: | |
| TemplateName |
The name of the configuration template whose configuration options you want to describe.
Constraints: | |
| ToString()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DescribeConfigurationOptionsRequest