Interface IFleet
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFleet.Jsii$Default
- All Known Implementing Classes:
Fleet
,IFleet.Jsii$Proxy
@Generated(value="jsii-pacmak/1.109.0 (build c221850)",
date="2025-03-14T03:24:55.174Z")
@Stability(Stable)
public interface IFleet
extends software.amazon.jsii.JsiiSerializable, IResource
Represents a
Fleet
for a reserved capacity CodeBuild project.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFleet
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe compute type of the fleet.The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.The ARN of the fleet.The name of the fleet.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComputeType
The compute type of the fleet.- See Also:
-
getEnvironmentType
The build environment (operating system/architecture/accelerator) type made available to projects using this fleet. -
getFleetArn
The ARN of the fleet. -
getFleetName
The name of the fleet.
-