AWS SDK for .NET Documentation
CreateEnvironment Method (request)
AmazonAmazon.ElasticBeanstalkAmazonElasticBeanstalkClientCreateEnvironment(CreateEnvironmentRequest) Did this page help you?   Yes   No    Tell us about it...
Launches an environment for the specified application using the specified configuration.
Declaration Syntax
C#
public CreateEnvironmentResponse CreateEnvironment(
	CreateEnvironmentRequest request
)
Parameters
request (CreateEnvironmentRequest)
Container for the necessary parameters to execute the CreateEnvironment service method.
Return Value
The response from the CreateEnvironment 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
TooManyEnvironmentsException The caller has exceeded the limit of allowed environments associated with the account.

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