Interface IFleet
- All Superinterfaces:
IConnectable,software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IGrantable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IFleet.Jsii$Default
- All Known Implementing Classes:
Fleet,IFleet.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:16.817Z")
@Stability(Stable)
public interface IFleet
extends software.amazon.jsii.JsiiSerializable, IResource, IGrantable, IConnectable
Represents a Fleet for a reserved capacity CodeBuild project.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFleet.static final classA 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.amazon.awscdk.services.ec2.IConnectable
getConnectionsMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods 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.
-