Skip to content

/AWS1/CL_EMSIMAGECONFINPUT

The image configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_imageuri TYPE /AWS1/EMSIMAGEURI /AWS1/EMSIMAGEURI

The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.

iv_appleveldigestresolution TYPE /AWS1/EMSBOOLEAN /AWS1/EMSBOOLEAN

Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time.


Queryable Attributes

imageUri

The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.

Accessible with the following methods

Method Description
GET_IMAGEURI() Getter for IMAGEURI, with configurable default
ASK_IMAGEURI() Getter for IMAGEURI w/ exceptions if field has no value
HAS_IMAGEURI() Determine if IMAGEURI has a value

applicationLevelDigestResolution

Boolean value indicating if the digest resolution is application level or workload level. If true, a custom image URI is resolved at application start time and all workloads submitted will use that image digest. If false, the custom image URI is resolved at the workload submission time.

Accessible with the following methods

Method Description
GET_APPLEVELDIGESTRESOLUTION() Getter for APPLEVELDIGESTRESOLUTION, with configurable defau
ASK_APPLEVELDIGESTRESOLUTION() Getter for APPLEVELDIGESTRESOLUTION w/ exceptions if field h
HAS_APPLEVELDIGESTRESOLUTION() Determine if APPLEVELDIGESTRESOLUTION has a value