Class: Aws::Omics::Types::ContainerRegistryMap

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

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 Web Services HealthOmics User Guide*.

[1]: docs.aws.amazon.com/omics/latest/dev/workflows-ecr.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_mappingsArray<Types::ImageMapping>

Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.

Returns:



549
550
551
552
553
554
# File 'lib/aws-sdk-omics/types.rb', line 549

class ContainerRegistryMap < Struct.new(
  :registry_mappings,
  :image_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#registry_mappingsArray<Types::RegistryMapping>

Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.

Returns:



549
550
551
552
553
554
# File 'lib/aws-sdk-omics/types.rb', line 549

class ContainerRegistryMap < Struct.new(
  :registry_mappings,
  :image_mappings)
  SENSITIVE = []
  include Aws::Structure
end