MaterialArgs

data class MaterialArgs(val digest: Output<Map<String, String>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<MaterialArgs>

Material is a material used in the generation of the provenance

Constructors

Link copied to clipboard
fun MaterialArgs(digest: Output<Map<String, String>>? = null, uri: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val digest: Output<Map<String, String>>? = null

digest is a map from a hash algorithm (e.g. sha256) to the value in the material

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

uri is the uri of the material