AWS SDK for .NET Documentation
ValidateConfigurationSettings Method (request)
AmazonAmazon.ElasticBeanstalkAmazonElasticBeanstalkClientValidateConfigurationSettings(ValidateConfigurationSettingsRequest) Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public ValidateConfigurationSettingsResponse ValidateConfigurationSettings(
	ValidateConfigurationSettingsRequest request
)
Parameters
request (ValidateConfigurationSettingsRequest)
Container for the necessary parameters to execute the ValidateConfigurationSettings service method.
Return Value
The response from the ValidateConfigurationSettings service method, as returned by ElasticBeanstalk.
Exceptions
ExceptionCondition
InsufficientPrivilegesException Unable to perform the specified operation because the user does not have enough privileges for one of more downstream aws services

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)