@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:46.219Z")
public interface CfnApplicationVersionProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.elasticbeanstalk.*; CfnApplicationVersionProps cfnApplicationVersionProps = CfnApplicationVersionProps.builder() .applicationName("applicationName") .sourceBundle(SourceBundleProperty.builder() .s3Bucket("s3Bucket") .s3Key("s3Key") .build()) // the properties below are optional .description("description") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationVersionProps.Builder
A builder for
CfnApplicationVersionProps |
static class |
CfnApplicationVersionProps.Jsii$Proxy
An implementation for
CfnApplicationVersionProps |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationVersionProps.Builder |
builder() |
java.lang.String |
getApplicationName()
The name of the Elastic Beanstalk application that is associated with this application version.
|
default java.lang.String |
getDescription()
A description of this application version.
|
java.lang.Object |
getSourceBundle()
The Amazon S3 bucket and key that identify the location of the source bundle for this version.
|
java.lang.String getApplicationName()
java.lang.Object getSourceBundle()
The Amazon S3 bucket must be in the same region as the environment.
default java.lang.String getDescription()
static CfnApplicationVersionProps.Builder builder()
CfnApplicationVersionProps.Builder
of CfnApplicationVersionProps