Skip to content

Commit b232720

Browse files
committed
chore: Update dependencies
1 parent d9763fe commit b232720

File tree

1 file changed

+2
-0
lines changed
  • packages/cdk-pull-request-check

1 file changed

+2
-0
lines changed

packages/cdk-pull-request-check/API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ new PullRequestCheck(scope: Construct, id: string, props: PullRequestCheckProps)
3737
* **buildSpec** (<code>[BuildSpec](#aws-cdk-aws-codebuild-buildspec)</code>) Filename or contents of buildspec in JSON format.
3838
* **repository** (<code>[IRepository](#aws-cdk-aws-codecommit-irepository)</code>) The CodeCommit repository.
3939
* **allowAllOutbound** (<code>boolean</code>) Whether to allow the CodeBuild to send all network traffic. __*Default*__: true
40+
* **artifacts** (<code>[IArtifacts](#aws-cdk-aws-codebuild-iartifacts)</code>) Defines where build artifacts will be stored. __*Default*__: NoArtifacts
4041
* **buildImage** (<code>[IBuildImage](#aws-cdk-aws-codebuild-ibuildimage)</code>) Build environment to use for the build. __*Default*__: BuildEnvironment.LinuxBuildImage.STANDARD_2_0
4142
* **computeType** (<code>[ComputeType](#aws-cdk-aws-codebuild-computetype)</code>) The type of compute to use for this build. __*Default*__: taken from {@link #buildImage#defaultComputeType}
4243
* **environmentVariables** (<code>Map<string, [BuildEnvironmentVariable](#aws-cdk-aws-codebuild-buildenvironmentvariable)></code>) The environment variables that your builds can use. __*Optional*__
@@ -134,6 +135,7 @@ Name | Type | Description
134135
**buildSpec** | <code>[BuildSpec](#aws-cdk-aws-codebuild-buildspec)</code> | Filename or contents of buildspec in JSON format.
135136
**repository** | <code>[IRepository](#aws-cdk-aws-codecommit-irepository)</code> | The CodeCommit repository.
136137
**allowAllOutbound**? | <code>boolean</code> | Whether to allow the CodeBuild to send all network traffic.<br/>__*Default*__: true
138+
**artifacts**? | <code>[IArtifacts](#aws-cdk-aws-codebuild-iartifacts)</code> | Defines where build artifacts will be stored.<br/>__*Default*__: NoArtifacts
137139
**buildImage**? | <code>[IBuildImage](#aws-cdk-aws-codebuild-ibuildimage)</code> | Build environment to use for the build.<br/>__*Default*__: BuildEnvironment.LinuxBuildImage.STANDARD_2_0
138140
**computeType**? | <code>[ComputeType](#aws-cdk-aws-codebuild-computetype)</code> | The type of compute to use for this build.<br/>__*Default*__: taken from {@link #buildImage#defaultComputeType}
139141
**environmentVariables**? | <code>Map<string, [BuildEnvironmentVariable](#aws-cdk-aws-codebuild-buildenvironmentvariable)></code> | The environment variables that your builds can use.<br/>__*Optional*__

0 commit comments

Comments
 (0)