/AWS1/CL_OMXIMAGEMAPPING¶
Specifies image mappings that workflow tasks can use. For example, you can replace all the task references of a public image to use an equivalent image in your private ECR repository. You can use image mappings with upstream registries that don't support pull through cache. You need to manually synchronize the upstream registry with your private repository.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_sourceimage
TYPE /AWS1/OMXURI
/AWS1/OMXURI
¶
Specifies the URI of the source image in the upstream registry.
iv_destinationimage
TYPE /AWS1/OMXURI
/AWS1/OMXURI
¶
Specifies the URI of the corresponding image in the private ECR registry.
Queryable Attributes¶
sourceImage¶
Specifies the URI of the source image in the upstream registry.
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 |
destinationImage¶
Specifies the URI of the corresponding image in the private ECR registry.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATIONIMAGE() |
Getter for DESTINATIONIMAGE, with configurable default |
ASK_DESTINATIONIMAGE() |
Getter for DESTINATIONIMAGE w/ exceptions if field has no va |
HAS_DESTINATIONIMAGE() |
Determine if DESTINATIONIMAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGEMAPPINGSLIST
¶
TYPES TT_IMAGEMAPPINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXIMAGEMAPPING WITH DEFAULT KEY
.