ProjectSecondarySourceVersion

data class ProjectSecondarySourceVersion(val sourceIdentifier: String, val sourceVersion: String)

Constructors

Link copied to clipboard
constructor(sourceIdentifier: String, sourceVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An identifier for a source in the build project.

Link copied to clipboard

The source version for the corresponding source identifier. See AWS docs for more details.