/dhall-aws-cloudformation/gh-pages/cloudformation/AWS::CodeBuild::Project/Properties.dhall.html
Copy path to clipboardSource
<!DOCTYPE HTML><html><head><title>/cloudformation/AWS::CodeBuild::Project/Properties.dhall</title><link rel="stylesheet" type="text/css" href="../../index.css"><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Lato:ital,wght@0,400;0,700;1,400&display=swap"><script type="text/javascript" src="../../index.js"></script><meta charset="UTF-8"></head><body><div class="nav-bar"><img class="dhall-icon" src="../../dhall-icon.svg"><p class="package-title">dhall-aws-cloudformation</p><div class="nav-bar-content-divider"></div><a id="switch-light-dark-mode" class="nav-option">Switch Light/Dark Mode</a></div><div class="main-container"><h2 class="doc-title"><span class="crumb-divider">/</span><a href="../../index.html">dhall-aws-cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="../index.html">cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="index.html">AWS::CodeBuild::Project</a><span class="crumb-divider">/</span><span class="title-crumb" href="index.html">Properties.dhall</span></h2><a class="copy-to-clipboard" data-path="https://raw.githubusercontent.com/jcouyang/dhall-aws-cloudformation/0.9.81/cloudformation/AWS::CodeBuild::Project/Properties.dhall"><i><small>Copy path to clipboard</small></i></a><br><div class="doc-contents"></div><h3>Source</h3><div class="source-code"><pre>{ Type =<br> { Artifacts : (<a href="./Artifacts.dhall.html">./Artifacts.dhall</a>).Type<br> , BadgeEnabled : Optional Bool<br> , BuildBatchConfig : Optional (<a href="./ProjectBuildBatchConfig.dhall.html">./ProjectBuildBatchConfig.dhall</a>).Type<br> , Cache : Optional (<a href="./ProjectCache.dhall.html">./ProjectCache.dhall</a>).Type<br> , ConcurrentBuildLimit : Optional Integer<br> , Description : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , EncryptionKey : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , Environment : (<a href="./Environment.dhall.html">./Environment.dhall</a>).Type<br> , FileSystemLocations :<br> Optional (List (<a href="./ProjectFileSystemLocation.dhall.html">./ProjectFileSystemLocation.dhall</a>).Type)<br> , LogsConfig : Optional (<a href="./LogsConfig.dhall.html">./LogsConfig.dhall</a>).Type<br> , Name : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , QueuedTimeoutInMinutes : Optional Integer<br> , ResourceAccessRole : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , SecondaryArtifacts : Optional (List (<a href="./Artifacts.dhall.html">./Artifacts.dhall</a>).Type)<br> , SecondarySourceVersions :<br> Optional (List (<a href="./ProjectSourceVersion.dhall.html">./ProjectSourceVersion.dhall</a>).Type)<br> , SecondarySources : Optional (List (<a href="./Source.dhall.html">./Source.dhall</a>).Type)<br> , ServiceRole : (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , Source : (<a href="./Source.dhall.html">./Source.dhall</a>).Type<br> , SourceVersion : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , Tags : Optional (List (<a href="./../Tag.dhall.html">./../Tag.dhall</a>).Type)<br> , TimeoutInMinutes : Optional Integer<br> , Triggers : Optional (<a href="./ProjectTriggers.dhall.html">./ProjectTriggers.dhall</a>).Type<br> , Visibility : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , VpcConfig : Optional (<a href="./VpcConfig.dhall.html">./VpcConfig.dhall</a>).Type<br> }<br>, default =<br> { BadgeEnabled = None Bool<br> , BuildBatchConfig = None (<a href="./ProjectBuildBatchConfig.dhall.html">./ProjectBuildBatchConfig.dhall</a>).Type<br> , Cache = None (<a href="./ProjectCache.dhall.html">./ProjectCache.dhall</a>).Type<br> , ConcurrentBuildLimit = None Integer<br> , Description = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , EncryptionKey = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , FileSystemLocations = None (List (<a href="./ProjectFileSystemLocation.dhall.html">./ProjectFileSystemLocation.dhall</a>).Type)<br> , LogsConfig = None (<a href="./LogsConfig.dhall.html">./LogsConfig.dhall</a>).Type<br> , Name = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , QueuedTimeoutInMinutes = None Integer<br> , ResourceAccessRole = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , SecondaryArtifacts = None (List (<a href="./Artifacts.dhall.html">./Artifacts.dhall</a>).Type)<br> , SecondarySourceVersions = None (List (<a href="./ProjectSourceVersion.dhall.html">./ProjectSourceVersion.dhall</a>).Type)<br> , SecondarySources = None (List (<a href="./Source.dhall.html">./Source.dhall</a>).Type)<br> , SourceVersion = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , Tags = None (List (<a href="./../Tag.dhall.html">./../Tag.dhall</a>).Type)<br> , TimeoutInMinutes = None Integer<br> , Triggers = None (<a href="./ProjectTriggers.dhall.html">./ProjectTriggers.dhall</a>).Type<br> , Visibility = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , VpcConfig = None (<a href="./VpcConfig.dhall.html">./VpcConfig.dhall</a>).Type<br> }<br>}<br></pre></div></div></body></html>