Project Secondary Source Args
data class ProjectSecondarySourceArgs(val auth: Output<ProjectSecondarySourceAuthArgs>? = null, val buildStatusConfig: Output<ProjectSecondarySourceBuildStatusConfigArgs>? = null, val buildspec: Output<String>? = null, val gitCloneDepth: Output<Int>? = null, val gitSubmodulesConfig: Output<ProjectSecondarySourceGitSubmodulesConfigArgs>? = null, val insecureSsl: Output<Boolean>? = null, val location: Output<String>? = null, val reportBuildStatus: Output<Boolean>? = null, val sourceIdentifier: Output<String>, val type: Output<String>) : ConvertibleToJava<ProjectSecondarySourceArgs>
Constructors
Link copied to clipboard
fun ProjectSecondarySourceArgs(auth: Output<ProjectSecondarySourceAuthArgs>? = null, buildStatusConfig: Output<ProjectSecondarySourceBuildStatusConfigArgs>? = null, buildspec: Output<String>? = null, gitCloneDepth: Output<Int>? = null, gitSubmodulesConfig: Output<ProjectSecondarySourceGitSubmodulesConfigArgs>? = null, insecureSsl: Output<Boolean>? = null, location: Output<String>? = null, reportBuildStatus: Output<Boolean>? = null, sourceIdentifier: Output<String>, type: Output<String>)
Functions
Properties
Link copied to clipboard
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