secondarySourceVersions

@JvmName(name = "yonieemcvvysetrl")
suspend fun secondarySourceVersions(value: Output<List<ProjectSourceVersionArgs>>)
@JvmName(name = "kolenqjxnxvjbucd")
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 = "bohpppmwqmggwgkb")
suspend fun secondarySourceVersions(vararg values: Output<ProjectSourceVersionArgs>)


@JvmName(name = "sjprcorlhpjrdmls")
suspend fun secondarySourceVersions(values: List<Output<ProjectSourceVersionArgs>>)
@JvmName(name = "dmdtpssvxnxwalhf")
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 = "fragwfnqpvvwrses")
suspend fun secondarySourceVersions(argument: List<suspend ProjectSourceVersionArgsBuilder.() -> Unit>)
@JvmName(name = "gygemapnporlweta")
suspend fun secondarySourceVersions(vararg argument: suspend ProjectSourceVersionArgsBuilder.() -> Unit)
@JvmName(name = "xaoxehnmrbkgcmxv")
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).