Class: Aws::Omics::Types::ContainerRegistryMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ContainerRegistryMap
- 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
-
#image_mappings ⇒ Array<Types::ImageMapping>
Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
-
#registry_mappings ⇒ Array<Types::RegistryMapping>
Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
Instance Attribute Details
#image_mappings ⇒ Array<Types::ImageMapping>
Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
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_mappings ⇒ Array<Types::RegistryMapping>
Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
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 |