BasisArgs

data class BasisArgs(val fingerprint: Output<FingerprintArgs>, val resourceUrl: Output<String>) : ConvertibleToJava<BasisArgs>

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g. a tag of the resource_url.

Constructors

Link copied to clipboard
fun BasisArgs(fingerprint: Output<FingerprintArgs>, resourceUrl: Output<String>)

Functions

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

Properties

Link copied to clipboard

Immutable. The fingerprint of the base image.

Link copied to clipboard
val resourceUrl: Output<String>

Immutable. The resource_url for the resource representing the basis of associated occurrence images.