Interface CfnProject.IProjectFleetProperty
Information about the compute fleet of the build project.
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnProject.IProjectFleetProperty
Syntax (vb)
Public Interface CfnProject.IProjectFleetProperty
Remarks
For more information, see Working with reserved capacity in AWS CodeBuild .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeBuild;
var projectFleetProperty = new ProjectFleetProperty {
FleetArn = "fleetArn"
};
Synopsis
Properties
| FleetArn | Specifies the compute fleet ARN for the build project. |
Properties
FleetArn
Specifies the compute fleet ARN for the build project.
string? FleetArn { get; }