libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.Types.DevEndpointCustomLibraries

Description

 
Synopsis

Documentation

data DevEndpointCustomLibraries Source #

Custom libraries to be loaded into a development endpoint.

See: newDevEndpointCustomLibraries smart constructor.

Constructors

DevEndpointCustomLibraries' 

Fields

  • extraPythonLibsS3Path :: Maybe Text

    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.

  • extraJarsS3Path :: Maybe Text

    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.

Instances

Instances details
Eq DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

Read DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

Show DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

Generic DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

Associated Types

type Rep DevEndpointCustomLibraries :: Type -> Type #

NFData DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

Hashable DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

ToJSON DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

type Rep DevEndpointCustomLibraries Source # 
Instance details

Defined in Amazonka.Glue.Types.DevEndpointCustomLibraries

type Rep DevEndpointCustomLibraries = D1 ('MetaData "DevEndpointCustomLibraries" "Amazonka.Glue.Types.DevEndpointCustomLibraries" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "DevEndpointCustomLibraries'" 'PrefixI 'True) (S1 ('MetaSel ('Just "extraPythonLibsS3Path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "extraJarsS3Path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDevEndpointCustomLibraries :: DevEndpointCustomLibraries Source #

Create a value of DevEndpointCustomLibraries with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:extraPythonLibsS3Path:DevEndpointCustomLibraries', devEndpointCustomLibraries_extraPythonLibsS3Path - 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.

$sel:extraJarsS3Path:DevEndpointCustomLibraries', devEndpointCustomLibraries_extraJarsS3Path - 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.

devEndpointCustomLibraries_extraPythonLibsS3Path :: Lens' DevEndpointCustomLibraries (Maybe Text) Source #

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.

devEndpointCustomLibraries_extraJarsS3Path :: Lens' DevEndpointCustomLibraries (Maybe Text) Source #

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.