This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon HealthOmics User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ImageMappings" :[ ImageMapping, ... ], "RegistryMappings" :[ RegistryMapping, ... ]}
YAML
ImageMappings:- ImageMappingRegistryMappings:- 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