This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Omics::Workflow ContainerRegistryMap
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 AWS HealthOmics User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ImageMappings" :
[ ImageMapping, ... ]
, "RegistryMappings" :[ RegistryMapping, ... ]
}
YAML
ImageMappings:
- ImageMapping
RegistryMappings:- RegistryMapping
Properties
ImageMappings
-
Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
Required: No
Type: Array of ImageMapping
Update requires: Replacement
RegistryMappings
-
Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
Required: No
Type: Array of RegistryMapping
Update requires: Replacement