AWS SDK for .NET Documentation
SolutionStackName Property
AmazonAmazon.ElasticBeanstalk.ModelCreateEnvironmentRequestSolutionStackName Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property SolutionStackName.

This is an alternative to specifying a configuration name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack.

Condition: You must specify either this or a

CopyC#
TemplateName
, but not both. If you specify both, AWS Elastic Beanstalk returns an
CopyC#
InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a
CopyC#
MissingRequiredParameter
error.

Declaration Syntax
C#
public string SolutionStackName { get; set; }

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