artifacts

@JvmName(name = "hcqyyfbryxbayucb")
suspend fun artifacts(value: Output<List<SoftwareRecipeArtifactArgs>>)
@JvmName(name = "lcgelqpitgaqfegr")
suspend fun artifacts(value: List<SoftwareRecipeArtifactArgs>?)

Parameters

value

Resources available to be used in the steps in the recipe.


@JvmName(name = "xvnnhwlqbgphpdeb")
suspend fun artifacts(vararg values: Output<SoftwareRecipeArtifactArgs>)


@JvmName(name = "yeubqjgdispffgfj")
suspend fun artifacts(values: List<Output<SoftwareRecipeArtifactArgs>>)
@JvmName(name = "nojdcawxfdsjhiis")
suspend fun artifacts(vararg values: SoftwareRecipeArtifactArgs)

Parameters

values

Resources available to be used in the steps in the recipe.


@JvmName(name = "pdanaluyelceuyxk")
suspend fun artifacts(argument: List<suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "axbeycsugsurcnug")
suspend fun artifacts(vararg argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)
@JvmName(name = "igntntmpmadcixki")
suspend fun artifacts(argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)

Parameters

argument

Resources available to be used in the steps in the recipe.