AWS::CodeDeploy::DeploymentGroup RevisionLocation - 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::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 Amazon 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 (Amazon Lambda deployments only).

  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an Amazon 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

Update requires: No interruption

S3Location

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

Required: No

Type: S3Location

Update requires: No interruption