RevisionLocation - Amazon CodeDeploy
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).

RevisionLocation

Information about the location of an application revision.

Contents

appSpecContent

The content of an AppSpec file for an Amazon Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

Type: AppSpecContent object

Required: No

gitHubLocation

Information about the location of application artifacts stored in GitHub.

Type: GitHubLocation object

Required: No

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.

Type: String

Valid Values: S3 | GitHub | String | AppSpecContent

Required: No

s3Location

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

Type: S3Location object

Required: No

string

This member has been deprecated.

Information about the location of an Amazon Lambda deployment revision stored as a RawString.

Type: RawString object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: