enum BuildComputeType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Amplify.Alpha.BuildComputeType |
![]() | github.com/aws/aws-cdk-go/awscdkamplifyalpha/v2#BuildComputeType |
![]() | software.amazon.awscdk.services.amplify.alpha.BuildComputeType |
![]() | aws_cdk.aws_amplify_alpha.BuildComputeType |
![]() | @aws-cdk/aws-amplify-alpha ยป BuildComputeType |
Specifies the size of the build instance.
Example
const amplifyApp = new amplify.App(this, 'MyApp', {
buildComputeType: amplify.BuildComputeType.LARGE_16GB,
});
Members
Name | Description |
---|---|
STANDARD_8GB | vCPUs: 4, Memory: 8 GiB, Disk space: 128 GB. |
LARGE_16GB | vCPUs: 8, Memory: 16 GiB, Disk space: 128 GB. |
XLARGE_72GB | vCPUs: 36, Memory: 72 GiB, Disk space: 256 GB. |
STANDARD_8GB
vCPUs: 4, Memory: 8 GiB, Disk space: 128 GB.
LARGE_16GB
vCPUs: 8, Memory: 16 GiB, Disk space: 128 GB.
XLARGE_72GB
vCPUs: 36, Memory: 72 GiB, Disk space: 256 GB.