Class ProjectSecondarySource
Inheritance
Inherited Members
Namespace: Pulumi.Aws.CodeBuild.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectSecondarySource
Fields
View SourceAuths
Information about the authorization settings for AWS CodeBuild to access the source code to be built. Auth blocks are documented below.
Declaration
public readonly ImmutableArray<ProjectSecondarySourceAuth> Auths
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ProjectSecondarySourceAuth> |
Buildspec
The build spec declaration to use for this build project's related builds.
Declaration
public readonly string Buildspec
Field Value
| Type | Description |
|---|---|
| System.String |
GitCloneDepth
Truncate git history to this many commits.
Declaration
public readonly int? GitCloneDepth
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
GitSubmodulesConfig
Information about the Git submodules configuration for an AWS CodeBuild build project. Git submodules config blocks are documented below. This option is only valid when the type is CODECOMMIT, GITHUB or GITHUB_ENTERPRISE.
Declaration
public readonly ProjectSecondarySourceGitSubmodulesConfig GitSubmodulesConfig
Field Value
| Type | Description |
|---|---|
| ProjectSecondarySourceGitSubmodulesConfig |
InsecureSsl
Ignore SSL warnings when connecting to source control.
Declaration
public readonly bool? InsecureSsl
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Location
The location of the source code from git or s3.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
ReportBuildStatus
Set to true to report the status of a build's start and finish to your source provider. This option is only valid when your source provider is GITHUB, BITBUCKET, or GITHUB_ENTERPRISE.
Declaration
public readonly bool? ReportBuildStatus
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SourceIdentifier
The source identifier. Source data will be put inside a folder named as this parameter inside AWS CodeBuild source directory
Declaration
public readonly string SourceIdentifier
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of repository that contains the source code to be built. Valid values for this parameter are: CODECOMMIT, CODEPIPELINE, GITHUB, GITHUB_ENTERPRISE, BITBUCKET or S3.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |