Module Values.TargetContainerRepositorySource

The container repository where the output container image is stored.

Sourcetype nonrec t = {
  1. service : ContainerRepositoryService.t;
    (*

    Specifies the service in which this image was registered.

    *)
  2. repositoryName : NonEmptyString.t;
    (*

    The name of the container repository where the output container image is stored. This name is prefixed by the repository location. For example, <repository location url>/repository_name.

    *)
}
Sourceval context_ : string
Sourceval make : service:ContainerRepositoryService.t -> repositoryName:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NonEmptyString.t ]) 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