Skip to content

Commit

Permalink
fix(codebuild): accept IRole instead of Role
Browse files Browse the repository at this point in the history
Fixes #1778.
  • Loading branch information
rix0rrr committed Feb 18, 2019
1 parent c968588 commit 556d09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codebuild/lib/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export interface CommonProjectProps {
* Service Role to assume while running the build.
* If not specified, a role will be created.
*/
role?: iam.Role;
role?: iam.IRole;

/**
* Encryption key to use to read and write artifacts
Expand Down

0 comments on commit 556d09e

Please sign in to comment.