recipe

@JvmName(name = "dwsnfbvngksrhxqv")
suspend fun recipe(value: Output<SlsaRecipeArgs>)
@JvmName(name = "oghanipdpgcjoehx")
suspend fun recipe(value: SlsaRecipeArgs?)

Parameters

value

Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required


@JvmName(name = "iulfnfqebwjdmcob")
suspend fun recipe(argument: suspend SlsaRecipeArgsBuilder.() -> Unit)

Parameters

argument

Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required