You must be logged in to view saved presets
Configuration template to create an AWS CodeBuild project with customizable settings for the project's name, description, service role, environment details, and more.
The following settings are available in this template:
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
CodeBuildProject:
Type: 'AWS::CodeBuild::Project'
Properties:
ServiceRole: ''
Artifacts:
Type: NO_ARTIFACTS
Environment:
Type: LINUX_CONTAINER
Image: ''
ComputeType: BUILD_GENERAL1_SMALL
Source:
Type: CODECOMMIT
Location: ''
BuildSpec: buildspec.yaml
Parameters: {}
Metadata: {}
Conditions: {}