| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticbeanstalk |
AWS Elastic Beanstalk Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationVersion.Builder |
CfnApplicationVersion.Builder.applicationName(String applicationName)
The name of the Elastic Beanstalk application that is associated with this application version.
|
static CfnApplicationVersion.Builder |
CfnApplicationVersion.Builder.create(software.constructs.Construct scope,
String id) |
CfnApplicationVersion.Builder |
CfnApplicationVersion.Builder.description(String description)
A description of this application version.
|
CfnApplicationVersion.Builder |
CfnApplicationVersion.Builder.sourceBundle(CfnApplicationVersion.SourceBundleProperty sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
CfnApplicationVersion.Builder |
CfnApplicationVersion.Builder.sourceBundle(IResolvable sourceBundle)
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
Copyright © 2022. All rights reserved.