We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4720feb commit e79d2ceCopy full SHA for e79d2ce
source/packages/@aws-accelerator/accelerator/lib/pipeline.ts
@@ -1003,7 +1003,7 @@ export class AcceleratorPipeline extends Construct {
1003
*/
1004
const reviewLink = `https://${cdk.Stack.of(this).region}.console.${this.getConsoleUrlSuffixForPartition(
1005
this.props.partition,
1006
- )}/s3/buckets/${this.props.prefixes.bucketName}-pipeline-${cdk.Stack.of(this).account}-${
+ )}/s3/buckets/${this.pipeline.artifactBucket.bucketName}-pipeline-${cdk.Stack.of(this).account}-${
1007
cdk.Stack.of(this).region
1008
}?prefix=AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId}/®ion=${
1009
0 commit comments