Values.RegistrySourceThe details of a public registry.
type nonrec t = {registryId : RegistryId.t option;The Amazon Web Services account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed.
*)registryArn : Arn.t option;The Amazon Resource Name (ARN) of the public registry.
*)registryUri : Url.t option;The URI of a public registry. The URI contains a universal prefix and the registry alias.
*)verified : RegistryVerified.t option;Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.
*)aliases : RegistryAliasList.t option;An array of objects that represents the aliases for a public registry.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RegistryVerified.t
| `List of
[> `Structure of
(string
* [> `Boolean of PrimaryRegistryAliasFlag.t
| `Enum of string
| `String of RegistryAliasName.t ])
list ]
list
| `String of RegistryId.t ])
list ]