AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the DescribeConfigurationOptions operation. Describes 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.AmazonElasticBeanstalkRequest
      Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeConfigurationOptionsRequest : AmazonElasticBeanstalkRequest
         IRequestEvents

The DescribeConfigurationOptionsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeConfigurationOptionsRequest() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property 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.

Public Property EnvironmentName System.String Gets and sets the property EnvironmentName.

The name of the environment whose configuration options you want to describe.

Public Property Options System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.OptionSpecification> Gets and sets the property Options.

If specified, restricts the descriptions to only the specified options.

Public Property SolutionStackName System.String Gets and sets the property SolutionStackName.

The name of the solution stack whose configuration options you want to describe.

Public Property TemplateName System.String Gets and sets the property TemplateName.

The name of the configuration template whose configuration options you want to describe.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1