artifacts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "oknkpmkudjyyylss")
suspend fun artifacts(argument: List<suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "wrgxyoobqgbbmrci")
suspend fun artifacts(vararg argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)
@JvmName(name = "ujidmsjtxwbuewwf")
suspend fun artifacts(argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)

Parameters

argument

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