File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
packages/aws-cdk-lib/aws-codebuild/lib Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -48,5 +48,40 @@ export enum DockerServerComputeType {
4848 * BUILD_GENERAL1_2XLARGE
4949 */
5050 X2_LARGE = 'BUILD_GENERAL1_2XLARGE' ,
51+
52+ /**
53+ * ATTRIBUTE_BASED_COMPUTE
54+ */
55+ ATTRIBUTE_BASED_COMPUTE = 'ATTRIBUTE_BASED_COMPUTE' ,
56+
57+ /**
58+ * BUILD_LAMBDA_10GB
59+ */
60+ BUILD_LAMBDA_10GB = 'BUILD_LAMBDA_10GB' ,
61+
62+ /**
63+ * BUILD_LAMBDA_1GB
64+ */
65+ BUILD_LAMBDA_1GB = 'BUILD_LAMBDA_1GB' ,
66+
67+ /**
68+ * BUILD_LAMBDA_2GB
69+ */
70+ BUILD_LAMBDA_2GB = 'BUILD_LAMBDA_2GB' ,
71+
72+ /**
73+ * BUILD_LAMBDA_4GB
74+ */
75+ BUILD_LAMBDA_4GB = 'BUILD_LAMBDA_4GB' ,
76+
77+ /**
78+ * BUILD_LAMBDA_8GB
79+ */
80+ BUILD_LAMBDA_8GB = 'BUILD_LAMBDA_8GB' ,
81+
82+ /**
83+ * CUSTOM_INSTANCE_TYPE
84+ */
85+ CUSTOM_INSTANCE_TYPE = 'CUSTOM_INSTANCE_TYPE' ,
5186}
5287
You can’t perform that action at this time.
0 commit comments