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 AWS CloudFormation template, use the following syntax:
JSON
{ "GitHubLocation" :
GitHubLocation
, "RevisionType" :String
, "S3Location" :S3Location
}
YAML
GitHubLocation:
GitHubLocation
RevisionType:String
S3Location:S3Location
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
Update requires: No interruption
-
S3Location
-
Information about the location of a revision stored in Amazon S3.
Required: No
Type: S3Location
Update requires: No interruption