Container for the parameters to the DescribeConfigurationSettings operation.
Namespace: Amazon.ElasticBeanstalk.ModelReturns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.
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
- DeleteEnvironmentConfiguration
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeConfigurationSettingsRequest : AmazonWebServiceRequest
Public Class DescribeConfigurationSettingsRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeConfigurationSettingsRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeConfigurationSettingsRequest()()()() | Initializes a new instance of the DescribeConfigurationSettingsRequest class | |
| ApplicationName |
The application for the environment or configuration template.
Constraints: | |
| 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 InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParameter error.
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.) | |
| 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 InvalidParameterCombination error. If you do not specify either, AWS Elastic
Beanstalk returns a MissingRequiredParameter error.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
| |
| WithTemplateName(String) |
Sets the TemplateName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DescribeConfigurationSettingsRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DescribeConfigurationSettingsRequest