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 ValidateConfigurationSettings operation. Takes 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.

Inheritance Hierarchy

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

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

Syntax

C#
public class ValidateConfigurationSettingsRequest : AmazonElasticBeanstalkRequest
         IRequestEvents

The ValidateConfigurationSettingsRequest type exposes the following members

Constructors

NameDescription
Public Method ValidateConfigurationSettingsRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method ValidateConfigurationSettingsRequest(string, List<ConfigurationOptionSetting>)

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property ApplicationName.

The name of the application that the configuration template or environment belongs to.

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

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

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

A list of the options and desired values to evaluate.

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

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

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