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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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.

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:



700
701
702
703
704
705
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 700

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:



700
701
702
703
704
705
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 700

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