AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains compute attributes. These attributes only need be specified when your project's or fleet's computeType is set to ATTRIBUTE_BASED_COMPUTE.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.ComputeConfiguration

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class ComputeConfiguration

The ComputeConfiguration type exposes the following members

Constructors

NameDescription
Public Method ComputeConfiguration()

Properties

NameTypeDescription
Public Property Disk System.Int64

Gets and sets the property Disk.

The amount of disk space of the instance type included in your fleet.

Public Property MachineType Amazon.CodeBuild.MachineType

Gets and sets the property MachineType.

The machine type of the instance type included in your fleet.

Public Property Memory System.Int64

Gets and sets the property Memory.

The amount of memory of the instance type included in your fleet.

Public Property VCpu System.Int64

Gets and sets the property VCpu.

The number of vCPUs of the instance type included in your fleet.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5