Build machine compute type.
Exampledeclare const vpc: ec2.Vpc;
declare const mySecurityGroup: ec2.SecurityGroup;
new pipelines.CodeBuildStep('Synth', {
commands: [
],
env: {
},
primaryOutputDirectory: 'cdk.out',
projectName: 'MyProject',
partialBuildSpec: codebuild.BuildSpec.fromObject({
version: '0.2',
}),
buildEnvironment: {
computeType: codebuild.ComputeType.LARGE,
privileged: true,
},
timeout: Duration.minutes(90),
fileSystemLocations: [
codebuild.FileSystemLocation.efs({
identifier: 'myidentifier2',
location: 'myclodation.mydnsroot.com:/loc',
mountPoint: '/media',
mountOptions: 'opts',
}),
],
vpc: vpc,
subnetSelection: { subnetType: ec2.SubnetType.PRIVATE_WITH_EGRESS },
securityGroups: [mySecurityGroup],
cache: codebuild.Cache.bucket(new s3.Bucket(this, 'Cache')),
rolePolicyStatements: [
new iam.PolicyStatement({
}),
],
});
Members Name Description SMALL MEDIUM LARGE X_LARGE X2_LARGE LAMBDA_1GB LAMBDA_2GB LAMBDA_4GB LAMBDA_8GB LAMBDA_10GB ATTRIBUTE_BASED SMALL MEDIUM LARGE X_LARGE X2_LARGE LAMBDA_1GB LAMBDA_2GB LAMBDA_4GB LAMBDA_8GB LAMBDA_10GB ATTRIBUTE_BASED
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4