You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::DevEndpointCustomLibraries

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DevEndpointCustomLibraries as input to an Aws::Client method, you can use a vanilla Hash:

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

Custom libraries to be loaded into a development endpoint.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#extra_jars_s3_pathString

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.

Returns:

  • (String)

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

#extra_python_libs_s3_pathString

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 Python data analysis library, are not currently supported.

Returns:

  • (String)

    The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint.