ProjectSecondarySourceVersionArgs

data class ProjectSecondarySourceVersionArgs(val sourceIdentifier: Output<String>, val sourceVersion: Output<String>) : ConvertibleToJava<ProjectSecondarySourceVersionArgs>

Constructors

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

Properties

Link copied to clipboard

An identifier for a source in the build project.

Link copied to clipboard
val sourceVersion: Output<String>

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

Functions

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