Project Secondary Source Args
    data class ProjectSecondarySourceArgs(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(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
                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