Skip to content

/AWS1/CL_OMXIMAGEDETAILS

Information about the container image used for a task.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_image TYPE /AWS1/OMXURI /AWS1/OMXURI

The URI of the container image.

iv_imagedigest TYPE /AWS1/OMXTASKIMAGEDIGEST /AWS1/OMXTASKIMAGEDIGEST

The container image digest. If the image URI was transformed, this will be the digest of the container image referenced by the transformed URI.

iv_sourceimage TYPE /AWS1/OMXURI /AWS1/OMXURI

URI of the source registry. If the URI is from a third-party registry, Amazon Web Services HealthOmics transforms the URI to the corresponding ECR path, using the pull-through cache mapping rules.


Queryable Attributes

image

The URI of the container image.

Accessible with the following methods

Method Description
GET_IMAGE() Getter for IMAGE, with configurable default
ASK_IMAGE() Getter for IMAGE w/ exceptions if field has no value
HAS_IMAGE() Determine if IMAGE has a value

imageDigest

The container image digest. If the image URI was transformed, this will be the digest of the container image referenced by the transformed URI.

Accessible with the following methods

Method Description
GET_IMAGEDIGEST() Getter for IMAGEDIGEST, with configurable default
ASK_IMAGEDIGEST() Getter for IMAGEDIGEST w/ exceptions if field has no value
HAS_IMAGEDIGEST() Determine if IMAGEDIGEST has a value

sourceImage

URI of the source registry. If the URI is from a third-party registry, Amazon Web Services HealthOmics transforms the URI to the corresponding ECR path, using the pull-through cache mapping rules.

Accessible with the following methods

Method Description
GET_SOURCEIMAGE() Getter for SOURCEIMAGE, with configurable default
ASK_SOURCEIMAGE() Getter for SOURCEIMAGE w/ exceptions if field has no value
HAS_SOURCEIMAGE() Determine if SOURCEIMAGE has a value