/AWS1/CL_OMXREGISTRYMAPPING¶
If you are using the ECR pull through cache feature, the registry mapping maps between the ECR repository and the upstream registry where container images are pulled and synchronized.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_upstreamregistryurl TYPE /AWS1/OMXURI /AWS1/OMXURI¶
The URI of the upstream registry.
iv_ecrrepositoryprefix TYPE /AWS1/OMXECRREPOSITORYPREFIX /AWS1/OMXECRREPOSITORYPREFIX¶
The repository prefix to use in the ECR private repository.
iv_upstreamrepositoryprefix TYPE /AWS1/OMXUPSTREAMREPOPREFIX /AWS1/OMXUPSTREAMREPOPREFIX¶
The repository prefix of the corresponding repository in the upstream registry.
iv_ecraccountid TYPE /AWS1/OMXAWSACCOUNTID /AWS1/OMXAWSACCOUNTID¶
Account ID of the account that owns the upstream container image.
Queryable Attributes¶
upstreamRegistryUrl¶
The URI of the upstream registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPSTREAMREGISTRYURL() |
Getter for UPSTREAMREGISTRYURL, with configurable default |
ASK_UPSTREAMREGISTRYURL() |
Getter for UPSTREAMREGISTRYURL w/ exceptions if field has no |
HAS_UPSTREAMREGISTRYURL() |
Determine if UPSTREAMREGISTRYURL has a value |
ecrRepositoryPrefix¶
The repository prefix to use in the ECR private repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ECRREPOSITORYPREFIX() |
Getter for ECRREPOSITORYPREFIX, with configurable default |
ASK_ECRREPOSITORYPREFIX() |
Getter for ECRREPOSITORYPREFIX w/ exceptions if field has no |
HAS_ECRREPOSITORYPREFIX() |
Determine if ECRREPOSITORYPREFIX has a value |
upstreamRepositoryPrefix¶
The repository prefix of the corresponding repository in the upstream registry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPSTREAMREPOSITORYPREFIX() |
Getter for UPSTREAMREPOSITORYPREFIX, with configurable defau |
ASK_UPSTREAMREPOSITORYPREFIX() |
Getter for UPSTREAMREPOSITORYPREFIX w/ exceptions if field h |
HAS_UPSTREAMREPOSITORYPREFIX() |
Determine if UPSTREAMREPOSITORYPREFIX has a value |
ecrAccountId¶
Account ID of the account that owns the upstream container image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ECRACCOUNTID() |
Getter for ECRACCOUNTID, with configurable default |
ASK_ECRACCOUNTID() |
Getter for ECRACCOUNTID w/ exceptions if field has no value |
HAS_ECRACCOUNTID() |
Determine if ECRACCOUNTID 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_REGISTRYMAPPINGSLIST¶
TYPES TT_REGISTRYMAPPINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXREGISTRYMAPPING WITH DEFAULT KEY
.