Skip to content

Commit de41c31

Browse files
authored
Merge branch 'master' into apigw-sfn-fail-response-fix
2 parents d09197a + 37edda4 commit de41c31

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

packages/@aws-cdk/pipelines/lib/codepipeline/codepipeline-source.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,21 +139,27 @@ export abstract class CodePipelineSource extends Step implements ICodePipelineAc
139139
* What attributes are available depends on the type of source. These attributes
140140
* are supported:
141141
*
142-
* - GitHub, CodeCommit, and CodeStar connection
142+
* - GitHub, CodeCommit, and CodeStarSourceConnection
143143
* - `AuthorDate`
144144
* - `BranchName`
145145
* - `CommitId`
146146
* - `CommitMessage`
147+
* - GitHub, CodeCommit and ECR
148+
* - `RepositoryName`
147149
* - GitHub and CodeCommit
148150
* - `CommitterDate`
149-
* - `RepositoryName`
150151
* - GitHub
151152
* - `CommitUrl`
152-
* - CodeStar Connection
153+
* - CodeStarSourceConnection
153154
* - `FullRepositoryName`
154155
* - S3
155156
* - `ETag`
156157
* - `VersionId`
158+
* - ECR
159+
* - `ImageDigest`
160+
* - `ImageTag`
161+
* - `ImageURI`
162+
* - `RegistryId`
157163
*
158164
* @see https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-variables.html#reference-variables-list
159165
*/

0 commit comments

Comments
 (0)