AWS::CodeDeploy::DeploymentGroup RevisionLocation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::CodeDeploy::DeploymentGroup RevisionLocation

RevisionLocation is a property that defines the location of the CodeDeploy application revision to deploy.

Syntax

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

Properties

GitHubLocation

Information about the location of application artifacts stored in GitHub.

Required: No

Type: GitHubLocation

Update requires: No interruption

RevisionType

The type of application revision:

  • S3: An application revision stored in Amazon S3.

  • GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).

  • String: A YAML-formatted or JSON-formatted string (AWS Lambda deployments only).

  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an AWS Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.

Required: No

Type: String

Allowed values: S3 | GitHub | String | AppSpecContent | SystemsManagerPatchBaseline

Update requires: No interruption

S3Location

Information about the location of a revision stored in Amazon S3.

Required: No

Type: S3Location

Update requires: No interruption