BuildNoteArgs

data class BuildNoteArgs(val builderVersion: Output<String>) : ConvertibleToJava<BuildNoteArgs>

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 BuildNoteArgs(builderVersion: Output<String>)

Functions

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

Properties

Link copied to clipboard
val builderVersion: Output<String>

Immutable. Version of the builder which produced this build.