AwsCodebuildServiceRoleReference
interface AwsCodebuildServiceRoleReference {
arn: Input<string>;
}Structural IAM role reference accepted by AwsCodebuildArgs.
Example
CODE
const serviceRole: AwsCodebuildServiceRoleReference = {
arn: iamRole.arn,
};Properties
arn: Input<string>
ARN of the IAM role used by the CodeBuild project.