Application Version Args
data class ApplicationVersionArgs(val applicationName: Output<String>? = null, val description: Output<String>? = null, val sourceBundle: Output<ApplicationVersionSourceBundleArgs>? = null) : ConvertibleToJava<ApplicationVersionArgs>
Resource Type definition for AWS::ElasticBeanstalk::ApplicationVersion
Constructors
Link copied to clipboard
constructor(applicationName: Output<String>? = null, description: Output<String>? = null, sourceBundle: Output<ApplicationVersionSourceBundleArgs>? = null)
Properties
Link copied to clipboard
The name of the Elastic Beanstalk application that is associated with this application version.
Link copied to clipboard
A description of this application version.
Link copied to clipboard
The Amazon S3 bucket and key that identify the location of the source bundle for this version.