

# RegistryId


A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

## Contents


 ** RegistryArn **   <a name="Glue-Type-RegistryId-RegistryArn"></a>
Arn of the registry to be updated. One of `RegistryArn` or `RegistryName` has to be provided.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 10240.  
Pattern: `arn:aws(-(cn|us-gov|iso(-[bef])?))?:glue:.*`   
Required: No

 ** RegistryName **   <a name="Glue-Type-RegistryId-RegistryName"></a>
Name of the registry. Used only for lookup. One of `RegistryArn` or `RegistryName` has to be provided.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9-_$#.]+`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/glue-2017-03-31/RegistryId) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/RegistryId) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/RegistryId) 