C# Class Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest

Container for the parameters to the DescribeConfigurationSettings operation.

Returns 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
Inheritance: AmazonElasticBeanstalkRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeConfigurationSettingsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeConfigurationSettingsRequest ( string applicationName ) : System

Instantiates DescribeConfigurationSettingsRequest with the parameterized properties

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetTemplateName ( ) : bool

Method Details

DescribeConfigurationSettingsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeConfigurationSettingsRequest ( ) : System
return System

DescribeConfigurationSettingsRequest() public method

Instantiates DescribeConfigurationSettingsRequest with the parameterized properties
public DescribeConfigurationSettingsRequest ( string applicationName ) : System
applicationName string The application for the environment or configuration template.
return System