| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The ApplicationVersion property is an embedded property of the AWS::ElasticBeanstalk::Application type.
{
"Description" : String,
"SourceBundle" : { SourceBundle },
"VersionLabel" : String
} A description for this ApplicationVersion.
Required: No.
Type: String.
The location where the source bundle is located for this version.
Required: No.
Type: Source Bundle
A label that uniquely identifies the version of the associated application.
Required: Yes.
Type: String.
{
"VersionLabel" : "Initial Version",
"Description" : "Version 1.0",
"SourceBundle" : {
"S3Bucket" : { "Fn::Join" :
[ "-", [ "elasticbeanstalk-samples", { "Ref" : "AWS::Region" } ] ] },
"S3Key" : "php-sample.zip"
}
}