secondarySourceVersions

@JvmName(name = "ndeusdgswyhqpfrc")
suspend fun secondarySourceVersions(value: Output<List<ProjectSourceVersionArgs>>)
@JvmName(name = "meqpxduaomhefofu")
suspend fun secondarySourceVersions(value: List<ProjectSourceVersionArgs>?)

Parameters

value

An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).


@JvmName(name = "fsimjmlephumndor")
suspend fun secondarySourceVersions(vararg values: Output<ProjectSourceVersionArgs>)


@JvmName(name = "qksitajdeqxsgssv")
suspend fun secondarySourceVersions(values: List<Output<ProjectSourceVersionArgs>>)
@JvmName(name = "aqgfumiemsvoarhy")
suspend fun secondarySourceVersions(vararg values: ProjectSourceVersionArgs)

Parameters

values

An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).


@JvmName(name = "ycrfxvgsdxmtmire")
suspend fun secondarySourceVersions(argument: List<suspend ProjectSourceVersionArgsBuilder.() -> Unit>)
@JvmName(name = "vilirljwnbknegsm")
suspend fun secondarySourceVersions(vararg argument: suspend ProjectSourceVersionArgsBuilder.() -> Unit)
@JvmName(name = "bndrhhtbppiepcyo")
suspend fun secondarySourceVersions(argument: suspend ProjectSourceVersionArgsBuilder.() -> Unit)

Parameters

argument

An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).