artifacts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "seluhuyxvslhlutb")
suspend fun artifacts(argument: List<suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "fnjrdgkbqrmrwxkh")
suspend fun artifacts(vararg argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)
@JvmName(name = "dlflsdhihwktlrkd")
suspend fun artifacts(argument: suspend SoftwareRecipeArtifactArgsBuilder.() -> Unit)

Parameters

argument

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