BasisArgs

data class BasisArgs(val fingerprint: Output<FingerprintArgs>? = null, val resourceUrl: Output<String>? = null) : 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>? = null, resourceUrl: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val fingerprint: Output<FingerprintArgs>? = null

The fingerprint of the base image.

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

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