AWS::CodeBuild::ProjectResource Type definition for AWS::CodeBuild::Project
25 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Artifacts | Artifacts | Required |
Environment | Environment | Required |
ServiceRole | string | Required |
Source | Source | Required |
AutoRetryLimit | integer | |
BadgeEnabled | boolean | |
BuildBatchConfig | ProjectBuildBatchConfig | |
Cache | ProjectCache | |
ConcurrentBuildLimit | integer | |
Description | string | |
EncryptionKey | string | |
FileSystemLocations | Array<ProjectFileSystemLocation> | |
LogsConfig | LogsConfig | |
Name | string | Create-only |
QueuedTimeoutInMinutes | integer | |
ResourceAccessRole | string | |
SecondaryArtifacts | Array<Artifacts> | |
SecondarySources | Array<Source> | |
SecondarySourceVersions | Array<ProjectSourceVersion> | |
SourceVersion | string | |
Tags | Array<Tag> | |
TimeoutInMinutes | integer | |
Triggers | ProjectTriggers | |
Visibility | string | |
VpcConfig | VpcConfig |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeBuild::Project
Resources:
MyResource:
Type: AWS::CodeBuild::Project
Properties:
Artifacts: "value"
ServiceRole: "value"
Environment: "value"
Source: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Everything you need to know about CodeBuild on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name