Skip to content

Commit

Permalink
docs(pipelines): Fix documentation regarding rolePolicyStatements of …
Browse files Browse the repository at this point in the history
…CodeBuildStep (aws#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 and david-doyle-as24 committed Sep 7, 2021
1 parent 92308e6 commit 868ec96
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 868ec96

Please sign in to comment.