Show / Hide Table of Contents

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectfleet.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectfleet.html#cfn-codebuild-project-projectfleet-fleetarn

Back to top Generated by DocFX