When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.
Related Topics
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeConfigurationSettingsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeConfigurationSettingsRequest()()()() | Initializes a new instance of the DescribeConfigurationSettingsRequest class | 
|  | ApplicationName | 
            Gets and sets the property ApplicationName. 
             The application for the environment or configuration template. | 
|  | EnvironmentName | 
            Gets and sets the property EnvironmentName. 
             The name of the environment to describe. 
                     Condition: You must specify either this or a TemplateName, but not both.
            If you specify both, AWS Elastic Beanstalk returns an  | 
|  | 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.) | 
|  | TemplateName | 
            Gets and sets the property TemplateName. 
             The name of the configuration template to describe. 
                     Conditional: You must specify either this parameter or an EnvironmentName,
            but not both. If you specify both, AWS Elastic Beanstalk returns an  | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithEnvironmentName(String) | Obsolete. 
            Sets the EnvironmentName property
             | 
|  | WithTemplateName(String) | Obsolete. 
            Sets the TemplateName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeConfigurationSettingsRequest | |
 Copy
Copy