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

If specified, AWS Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

Values specified in the

CopyC#
OptionSettings
parameter of this call overrides any values obtained from the
CopyC#
SourceConfiguration
.

If no configuration template is found, returns an

CopyC#
InvalidParameterValue
error.

Constraint: If both the solution stack name parameter and the source configuration parameters are specified, the solution stack of the source configuration template must match the specified solution stack name or else AWS Elastic Beanstalk returns an

CopyC#
InvalidParameterCombination
error.

Declaration Syntax
C#
public SourceConfiguration SourceConfiguration { get; set; }

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