Container for the parameters to the ValidateConfigurationSettings operation.
Namespace: Amazon.ElasticBeanstalk.ModelTakes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.
This action returns a list of messages indicating any errors or warnings associated with the selection of option values.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ValidateConfigurationSettingsRequest : AmazonWebServiceRequest
Public Class ValidateConfigurationSettingsRequest _ Inherits AmazonWebServiceRequest
public ref class ValidateConfigurationSettingsRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ValidateConfigurationSettingsRequest()()()() | Initializes a new instance of the ValidateConfigurationSettingsRequest class | |
| ApplicationName |
The name of the application that the configuration template or environment belongs to.
Constraints: | |
| EnvironmentName |
The name of the environment to validate the settings against. Condition: You cannot specify both this and a configuration template name.
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.) | |
| OptionSettings |
A list of the options and desired values to evaluate.
| |
| TemplateName |
The name of the configuration template to validate the settings against. Condition: You cannot specify both this and an environment name.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
| |
| WithOptionSettings(array<ConfigurationOptionSetting>[]()[][]) |
Adds elements to the OptionSettings collection
| |
| WithOptionSettings(IEnumerable<(Of <<'(ConfigurationOptionSetting>)>>)) |
Adds elements to the OptionSettings collection
| |
| WithTemplateName(String) |
Sets the TemplateName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..ValidateConfigurationSettingsRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..ValidateConfigurationSettingsRequest