AWS::CodeBuild::Fleet ComputeConfiguration - AWS CloudFormation (original) (raw)
Contains compute attributes. These attributes only need be specified when your project's or fleet's computeType
is set to ATTRIBUTE_BASED_COMPUTE
or CUSTOM_INSTANCE_TYPE
.
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
AWS::CodeBuild::Fleet
FleetProxyRule
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.