Build Type Args
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)