aws-codebuild : Cannot create a CodeBuildProject Source using a codestar connection #32300
Labels
@aws-cdk/aws-codebuild
Related to AWS CodeBuild
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
documentation
This is a problem with documentation.
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the issue
In the AWS console I am able to create a Code Build buildproject with:
However, when I try to make the corresponding build project defined in CDK it is not possible:
e.g. my connection works when I use it to create a codestar source action:
but there is no corresponding way to use that
connectionArn
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codebuild.Project.html
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codebuild.GitHubSourceProps.html
The text was updated successfully, but these errors were encountered: