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

Determines how the system behaves if the specified application for this version does not already exist:

Value

CopyC#
true
: Automatically creates the specified application for this version if it does not already exist.

Value

CopyC#
false
: Returns an
CopyC#
InvalidParameterValue
if the specified application for this version does not already exist.

Default:

CopyC#
false

Valid Values:

CopyC#
true
|
CopyC#
false

Declaration Syntax
C#
public bool AutoCreateApplication { get; set; }

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