type property
The type of repository that contains the source code to be built. Valid values are:
- 
BITBUCKET- The source code is in a Bitbucket repository. - 
CODECOMMIT- The source code is in an AWS CodeCommit repository. - 
CODEPIPELINE- The source code settings are specified in the source action of a pipeline in AWS CodePipeline. - 
GITHUB- The source code is in a GitHub repository. - 
GITHUB_ENTERPRISE- The source code is in a GitHub Enterprise repository. - 
NO_SOURCE- The project does not have input source code. - 
S3- The source code is in an S3 input bucket. 
Implementation
final String? type;