BuildArgs

data class BuildArgs(val builderVersion: Output<String>, val signature: Output<BuildSignatureArgs>? = null) : ConvertibleToJava<BuildArgs>

Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.

Constructors

Link copied to clipboard
fun BuildArgs(builderVersion: Output<String>, signature: Output<BuildSignatureArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BuildArgs

Properties

Link copied to clipboard
val builderVersion: Output<String>

Immutable. Version of the builder which produced this build.

Link copied to clipboard
val signature: Output<BuildSignatureArgs>? = null

Signature of the build in occurrences pointing to this build note containing build details.