Skip to content

Commit

Permalink
docs(pipelines): Fix documentation regarding rolePolicyStatements of …
Browse files Browse the repository at this point in the history
…CodeBuildStep (#16294)

fix(pipelines): Fix documentation regarding rolePolicyStatements of CodeBuildStep

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
markusl authored Sep 1, 2021
1 parent 349361d commit 2c1eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ new CodeBuildStep('Synth', {
securityGroups: [mySecurityGroup],

// Additional policy statements for the execution role
rolePolicy: [
rolePolicyStatements: [
new iam.PolicyStatement({ /* ... */ }),
],
});
Expand Down

0 comments on commit 2c1eb08

Please sign in to comment.