

# DevEndpointCustomLibraries


Custom libraries to be loaded into a development endpoint.

## Contents


 ** ExtraJarsS3Path **   <a name="Glue-Type-DevEndpointCustomLibraries-ExtraJarsS3Path"></a>
The path to one or more Java `.jar` files in an S3 bucket that should be loaded in your `DevEndpoint`.  
You can only use pure Java/Scala libraries with a `DevEndpoint`.
Type: String  
Required: No

 ** ExtraPythonLibsS3Path **   <a name="Glue-Type-DevEndpointCustomLibraries-ExtraPythonLibsS3Path"></a>
The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your `DevEndpoint`. Multiple values must be complete paths separated by a comma.  
You can only use pure Python libraries with a `DevEndpoint`. Libraries that rely on C extensions, such as the [pandas](http://pandas.pydata.org/) Python data analysis library, are not currently supported.
Type: String  
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/DevEndpointCustomLibraries) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/DevEndpointCustomLibraries) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/DevEndpointCustomLibraries) 