AWS::Omics::Workflow ContainerRegistryMap - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, ... ] }

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