FhirServiceOciArtifactArgs

data class FhirServiceOciArtifactArgs(val digest: Output<String>? = null, val imageName: Output<String>? = null, val loginServer: Output<String>) : ConvertibleToJava<FhirServiceOciArtifactArgs>

Constructors

Link copied to clipboard
constructor(digest: Output<String>? = null, imageName: Output<String>? = null, loginServer: Output<String>)

Properties

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

A digest of an image within Azure container registry used for export operations of the service instance to narrow the artifacts down.

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

An image within Azure container registry used for export operations of the service instance.

Link copied to clipboard
val loginServer: Output<String>

An Azure container registry used for export operations of the service instance.

Functions

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