ProjectSourceAuth

data class ProjectSourceAuth(val resource: String? = null, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resource: String? = null

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

Link copied to clipboard

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