interface GitSubmodulesConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeBuild.CfnProject.GitSubmodulesConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#CfnProject_GitSubmodulesConfigProperty |
Java | software.amazon.awscdk.services.codebuild.CfnProject.GitSubmodulesConfigProperty |
Python | aws_cdk.aws_codebuild.CfnProject.GitSubmodulesConfigProperty |
TypeScript | aws-cdk-lib » aws_codebuild » CfnProject » GitSubmodulesConfigProperty |
GitSubmodulesConfig
is a property of the AWS CodeBuild Project Source property type that specifies information about the Git submodules configuration for the build project.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codebuild as codebuild } from 'aws-cdk-lib';
const gitSubmodulesConfigProperty: codebuild.CfnProject.GitSubmodulesConfigProperty = {
fetchSubmodules: false,
};
Properties
Name | Type | Description |
---|---|---|
fetch | boolean | IResolvable | Set to true to fetch Git submodules for your AWS CodeBuild build project. |
fetchSubmodules
Type:
boolean |
IResolvable
Set to true to fetch Git submodules for your AWS CodeBuild build project.