AWS Fundamentals Logo
AWS Fundamentals
AWS::CodeBuild::Fleet

CodeBuild Fleet

Resource Type definition for AWS::CodeBuild::Fleet

Properties

12 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
BaseCapacity
integer
ComputeConfiguration
ComputeConfiguration
ComputeType
string
EnvironmentType
string
FleetProxyConfiguration
ProxyConfiguration
FleetServiceRole
string
FleetVpcConfig
VpcConfig
ImageId
string
Name
string
OverflowBehavior
string
ScalingConfiguration
ScalingConfigurationInput
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeBuild::Fleet

Resources:
  MyResource:
    Type: AWS::CodeBuild::Fleet
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

codebuild:BatchGetFleetscodebuild:CreateFleetiam:PassRole

delete

codebuild:BatchGetFleetscodebuild:DeleteFleet

read

codebuild:BatchGetFleets

list

codebuild:ListFleets

update

codebuild:BatchGetFleetscodebuild:UpdateFleetiam:PassRole

Get the CodeBuild Cheat Sheet

Everything you need to know about CodeBuild on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCodeBuild
Properties13
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateDeleteReadListUpdate

External Links