Project Source Args
    data class ProjectSourceArgs(val buildStatusConfig: Output<ProjectSourceBuildStatusConfigArgs>? = null, val buildspec: Output<String>? = null, val gitCloneDepth: Output<Int>? = null, val gitSubmodulesConfig: Output<ProjectSourceGitSubmodulesConfigArgs>? = null, val insecureSsl: Output<Boolean>? = null, val location: Output<String>? = null, val reportBuildStatus: Output<Boolean>? = null, val type: Output<String>) : ConvertibleToJava<ProjectSourceArgs> 
Constructors
Link copied to clipboard
                fun ProjectSourceArgs(buildStatusConfig: Output<ProjectSourceBuildStatusConfigArgs>? = null, buildspec: Output<String>? = null, gitCloneDepth: Output<Int>? = null, gitSubmodulesConfig: Output<ProjectSourceGitSubmodulesConfigArgs>? = null, insecureSsl: Output<Boolean>? = null, location: Output<String>? = null, reportBuildStatus: Output<Boolean>? = null, type: Output<String>)
Functions
Properties
Link copied to clipboard
                Configuration block that contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. build_status_config blocks are documented below.
Link copied to clipboard
                Truncate git history to this many commits. Use 0 for a Full checkout which you need to run commands like git branch --show-current. See AWS CodePipeline User Guide: Tutorial: Use full clone with a GitHub pipeline source for details.
Link copied to clipboard