ProjectSecondarySourceAuthArgs

data class ProjectSecondarySourceAuthArgs(val resource: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ProjectSecondarySourceAuthArgs>

Constructors

Link copied to clipboard
constructor(resource: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val resource: Output<String>? = null

Resource value that applies to the specified authorization type. Use the aws.codebuild.SourceCredential resource instead.

Link copied to clipboard
val type: Output<String>

Build output artifact's type. Valid values: CODEPIPELINE, NO_ARTIFACTS, S3.

Functions

Link copied to clipboard
open override fun toJava(): ProjectSecondarySourceAuthArgs