BuildTypeArgs

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

Note holding the version of the provider's builder and the signature of the provenance message in linked BuildDetails.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val builderVersion: Output<String>? = null

Version of the builder which produced this Note.

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

Signature of the build in Occurrences pointing to the Note containing this BuilderDetails.