artifacts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "yakjoetntwhqkaef")
suspend fun artifacts(argument: List<suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "kcibcbvjpykmwfqu")
suspend fun artifacts(vararg argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)
@JvmName(name = "qqjdcgdheeffybwa")
suspend fun artifacts(argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)

Parameters

argument

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