Values.TargetContainerRepositorySourceThe container repository where the output container image is stored.
type nonrec t = {service : ContainerRepositoryService.t;Specifies the service in which this image was registered.
*)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.
*)}val make :
service:ContainerRepositoryService.t ->
repositoryName:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]