AWS::CodeBuild::Fleet ComputeConfiguration
Contains compute attributes. These attributes only need be specified when your project's or fleet's computeType
is set to ATTRIBUTE_BASED_COMPUTE
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "disk" :
Integer
, "machineType" :String
, "memory" :Integer
, "vCpu" :Integer
}
YAML
disk:
Integer
machineType:String
memory:Integer
vCpu:Integer
Properties
disk
-
The amount of disk space of the instance type included in your fleet.
Required: No
Type: Integer
Update requires: No interruption
machineType
-
The machine type of the instance type included in your fleet.
Required: No
Type: String
Allowed values:
GENERAL | NVME
Update requires: No interruption
memory
-
The amount of memory of the instance type included in your fleet.
Required: No
Type: Integer
Update requires: No interruption
vCpu
-
The number of vCPUs of the instance type included in your fleet.
Required: No
Type: Integer
Update requires: No interruption