View a markdown version of this page

AWS::ElasticBeanstalk::ApplicationVersion ImageConfiguration - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ElasticBeanstalk::ApplicationVersion ImageConfiguration

The source of the container image for an application version: an image that you built and pushed to a container registry yourself, or settings for Elastic Beanstalk to build one from your source bundle.

Syntax

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

Properties

Build

Settings that Elastic Beanstalk uses to build a container image from the source bundle of the application version.

If you specify Build, also specify the request's SourceBundle parameter, and don't specify Source.

Required: No

Type: ImageBuildConfiguration

Update requires: Replacement

Source

The location of a container image that you built and pushed to a container registry yourself. Elastic Beanstalk deploys the image without a build step.

If you specify Source, don't specify Build or the request's SourceBundle parameter.

Required: No

Type: ImageSource

Update requires: Replacement