class Aws::Glue::Types::DevEndpointCustomLibraries

Custom libraries to be loaded into a development endpoint.

@note When making an API call, you may pass DevEndpointCustomLibraries

data as a hash:

    {
      extra_python_libs_s3_path: "GenericString",
      extra_jars_s3_path: "GenericString",
    }

@!attribute [rw] extra_python_libs_s3_path

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.

<note markdown="1"> You can only use pure Python libraries with a `DevEndpoint`.
Libraries that rely on C extensions, such as the [pandas][1] Python
data analysis library, are not currently supported.

 </note>

[1]: http://pandas.pydata.org/
@return [String]

@!attribute [rw] extra_jars_s3_path

The path to one or more Java `.jar` files in an S3 bucket that
should be loaded in your `DevEndpoint`.

<note markdown="1"> You can only use pure Java/Scala libraries with a `DevEndpoint`.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DevEndpointCustomLibraries AWS API Documentation

Constants

SENSITIVE