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.
| C# |
public class DescribeConfigurationOptionsRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DescribeConfigurationOptionsRequest()()()() | Initializes a new instance of the DescribeConfigurationOptionsRequest class | |
| 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.
Constraints: | |
| EnvironmentName |
The name of the environment whose configuration options you want to describe.
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.) | |
| Options |
If specified, restricts the descriptions to only the specified options.
| |
| SolutionStackName |
The name of the solution stack whose configuration options you want to describe.
Constraints: | |
| TemplateName |
The name of the configuration template whose configuration options you want to describe.
Constraints: | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
| |
| WithOptions(array<OptionSpecification>[]()[][]) |
Adds elements to the Options collection
| |
| WithOptions(IEnumerable<(Of <<'(OptionSpecification>)>>)) |
Adds elements to the Options collection
| |
| WithSolutionStackName(String) |
Sets the SolutionStackName property
| |
| WithTemplateName(String) |
Sets the TemplateName property
|
| Object | ||
| AmazonWebServiceRequest | ||
| DescribeConfigurationOptionsRequest | ||