Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.DescribeConfigurationSettings C# (CSharp) Méthode

DescribeConfigurationSettings() public méthode

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

/// The specified account has reached its limit of Amazon S3 buckets. ///
public DescribeConfigurationSettings ( DescribeConfigurationSettingsRequest request ) : DescribeConfigurationSettingsResponse
request Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest Container for the necessary parameters to execute the DescribeConfigurationSettings service method.
Résultat Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResponse
        public DescribeConfigurationSettingsResponse DescribeConfigurationSettings(DescribeConfigurationSettingsRequest request)
        {
            var marshaller = new DescribeConfigurationSettingsRequestMarshaller();
            var unmarshaller = DescribeConfigurationSettingsResponseUnmarshaller.Instance;

            return Invoke<DescribeConfigurationSettingsRequest,DescribeConfigurationSettingsResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient