

# Registry


The details of a public registry.

## Contents


 ** aliases **   <a name="ecrpublic-Type-Registry-aliases"></a>
An array of objects that represents the aliases for a public registry.  
Type: Array of [RegistryAlias](API_RegistryAlias.md) objects  
Required: Yes

 ** registryArn **   <a name="ecrpublic-Type-Registry-registryArn"></a>
The Amazon Resource Name (ARN) of the public registry.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Required: Yes

 ** registryId **   <a name="ecrpublic-Type-Registry-registryId"></a>
The Amazon account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed.  
Type: String  
Pattern: `[0-9]{12}`   
Required: Yes

 ** registryUri **   <a name="ecrpublic-Type-Registry-registryUri"></a>
The URI of a public registry. The URI contains a universal prefix and the registry alias.  
Type: String  
Required: Yes

 ** verified **   <a name="ecrpublic-Type-Registry-verified"></a>
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.  
Type: Boolean  
Required: Yes

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/ecr-public-2020-10-30/Registry) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/ecr-public-2020-10-30/Registry) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/ecr-public-2020-10-30/Registry) 