AWS::CodeBuild::FleetResource Type definition for AWS::CodeBuild::Fleet
12 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
codebuild:BatchGetFleetscodebuild:CreateFleetiam:PassRolecodebuild:BatchGetFleetscodebuild:DeleteFleetcodebuild:BatchGetFleetscodebuild:ListFleetscodebuild:BatchGetFleetscodebuild:UpdateFleetiam:PassRoleEverything you need to know about CodeBuild on one page. HD quality, print-friendly.
Download Free InfographicArn