| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.DevEndpointCustomLibraries
Description
Synopsis
- data DevEndpointCustomLibraries = DevEndpointCustomLibraries' {}
- newDevEndpointCustomLibraries :: DevEndpointCustomLibraries
- devEndpointCustomLibraries_extraJarsS3Path :: Lens' DevEndpointCustomLibraries (Maybe Text)
- devEndpointCustomLibraries_extraPythonLibsS3Path :: Lens' DevEndpointCustomLibraries (Maybe Text)
Documentation
data DevEndpointCustomLibraries Source #
Custom libraries to be loaded into a development endpoint.
See: newDevEndpointCustomLibraries smart constructor.
Constructors
| DevEndpointCustomLibraries' | |
Fields
| |
Instances
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: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.
$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.
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.
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.