Module Values.ContainerRegistryMapSource

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.

Sourcetype nonrec t = {
  1. registryMappings : RegistryMappingsList.t option;
    (*

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

    *)
  2. imageMappings : ImageMappingsList.t option;
    (*

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

    *)
}
Sourceval make : ?registryMappings:??? -> ?imageMappings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Uri_.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t