Struct aws_sdk_glue::model::DevEndpointCustomLibraries [−][src]
#[non_exhaustive]pub struct DevEndpointCustomLibraries {
pub extra_python_libs_s3_path: Option<String>,
pub extra_jars_s3_path: Option<String>,
}Expand description
Custom libraries to be loaded into a development endpoint.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.extra_python_libs_s3_path: Option<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. 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.
extra_jars_s3_path: Option<String>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.
Implementations
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.
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.
Creates a new builder-style object to manufacture DevEndpointCustomLibraries
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DevEndpointCustomLibraries
impl Send for DevEndpointCustomLibraries
impl Sync for DevEndpointCustomLibraries
impl Unpin for DevEndpointCustomLibraries
impl UnwindSafe for DevEndpointCustomLibraries
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
