AWS::ElasticBeanstalk::ApplicationVersion SourceBundle - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticBeanstalk::ApplicationVersion SourceBundle

The SourceBundle property is an embedded property of the AWS::ElasticBeanstalk::ApplicationVersion resource. It specifies the Amazon S3 location of the source bundle for an Amazon Elastic Beanstalk application version.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "S3Bucket" : String, "S3Key" : String }

YAML

S3Bucket: String S3Key: String

Properties

S3Bucket

The Amazon S3 bucket where the data is located.

Required: Yes

Type: String

Maximum: 255

Update requires: Replacement

S3Key

The Amazon S3 key where the data is located.

Required: Yes

Type: String

Maximum: 1024

Update requires: Replacement