Project Source Args
data class ProjectSourceArgs(val auth: Output<ProjectSourceAuthArgs>? = null, 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(auth: Output<ProjectSourceAuthArgs>? = null, 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
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