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#
,
but not both. If you specify both, AWS Elastic Beanstalk returns
an TemplateName
CopyC#
error. If you do not specify
either, AWS Elastic Beanstalk returns a InvalidParameterCombination
CopyC#
error.
MissingRequiredParameter

C# |
public string SolutionStackName { get; set; }