File tree Expand file tree Collapse file tree
packages/@aws-cdk/pipelines/lib/codepipeline Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments