This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Aws.ElasticBeanstalk.
Summary
Creates an application version
Syntax
public Task<bool> CreateApplicationVersionAsync(string applicationName, string description, string versionLabel, string s3Bucket, string s3Key, bool autoCreateApplication, ElasticBeanstalkSettings settings)
Attributes
| Type |
Description |
| AsyncStateMachineAttribute |
|
Parameters
| Name |
Type |
Description |
| applicationName |
string |
The application name |
| description |
string |
The description |
| versionLabel |
string |
The version label |
| s3Bucket |
string |
The S3 bucket |
| s3Key |
string |
The S3 key |
| autoCreateApplication |
bool |
The auto create application |
| settings |
ElasticBeanstalkSettings |
The settings |
Return Value
| Type |
Description |
| Task<bool> |
|