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
- Assembly
- Cake
.AWS .ElasticBeanstalk .dll - Namespace
- Cake
.AWS .ElasticBeanstalk - Containing Type
- I
Elastic Beanstalk Manager
Syntax
Task<bool> CreateApplicationVersionAsync(string applicationName, string description, string versionLabel, string s3Bucket, string s3Key, bool autoCreateApplication, ElasticBeanstalkSettings settings)
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 | Elastic |
The settings |
Return Value
| Type | Description |
|---|---|
| Task |
