Skip to content

Commit 37edda4

Browse files
authored
chore(pipelines): ecr source attributes (#19260)
Document the values for Amazon ECR source ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent e0f863a commit 37edda4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

+9-3
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)