RegistryMapping
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.
Contents
- ecrAccountId
-
Account ID of the account that owns the upstream container image.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]+
Required: No
- ecrRepositoryPrefix
-
The repository prefix to use in the ECR private repository.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+
Required: No
- upstreamRegistryUrl
-
The URI of the upstream registry.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 750.
Pattern:
[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+
Required: No
- upstreamRepositoryPrefix
-
The repository prefix of the corresponding repository in the upstream registry.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 30.
Pattern:
[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: