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::WorkflowVersion ImageMapping
Specifies image mappings that workflow tasks can use. For example, you can replace all the task references of a public image to use an equivalent image in your private ECR repository. You can use image mappings with upstream registries that don't support pull through cache. You need to manually synchronize the upstream registry with your private repository.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationImage" :
String
, "SourceImage" :String
}
YAML
DestinationImage:
String
SourceImage:String
Properties
DestinationImage
-
Specifies the URI of the corresponding image in the private ECR registry.
Required: No
Type: String
Pattern:
^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$
Minimum:
1
Maximum:
750
Update requires: Replacement
SourceImage
-
Specifies the URI of the source image in the upstream registry.
Required: No
Type: String
Pattern:
^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$
Minimum:
1
Maximum:
750
Update requires: Replacement