Skip to content

/AWS1/CL_OMXCONTAINERREGMAP

Use a container registry map to specify mappings between the ECR private repository and one or more upstream registries. For more information, see Container images in the Amazon Web Services HealthOmics User Guide.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_registrymappings TYPE /AWS1/CL_OMXREGISTRYMAPPING=>TT_REGISTRYMAPPINGSLIST TT_REGISTRYMAPPINGSLIST

Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.

it_imagemappings TYPE /AWS1/CL_OMXIMAGEMAPPING=>TT_IMAGEMAPPINGSLIST TT_IMAGEMAPPINGSLIST

Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.


Queryable Attributes

registryMappings

Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.

Accessible with the following methods

Method Description
GET_REGISTRYMAPPINGS() Getter for REGISTRYMAPPINGS, with configurable default
ASK_REGISTRYMAPPINGS() Getter for REGISTRYMAPPINGS w/ exceptions if field has no va
HAS_REGISTRYMAPPINGS() Determine if REGISTRYMAPPINGS has a value

imageMappings

Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.

Accessible with the following methods

Method Description
GET_IMAGEMAPPINGS() Getter for IMAGEMAPPINGS, with configurable default
ASK_IMAGEMAPPINGS() Getter for IMAGEMAPPINGS w/ exceptions if field has no value
HAS_IMAGEMAPPINGS() Determine if IMAGEMAPPINGS has a value