Class: Aws::Glue::Types::UpdateDevEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_argumentsHash<String,String>

The map of arguments to add the map of arguments used to configure the DevEndpoint.

Valid arguments are:

  • ‘“–enable-glue-datacatalog”: “”`

^

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

Returns:

  • (Hash<String,String>)


29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end

#add_public_keysArray<String>

The list of public keys for the DevEndpoint to use.

Returns:

  • (Array<String>)


29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end

#custom_librariesTypes::DevEndpointCustomLibraries

Custom Python or Java libraries to be loaded in the DevEndpoint.



29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end

#delete_argumentsArray<String>

The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.

Returns:

  • (Array<String>)


29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end

#delete_public_keysArray<String>

The list of public keys to be deleted from the DevEndpoint.

Returns:

  • (Array<String>)


29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the DevEndpoint to be updated.

Returns:

  • (String)


29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end

#public_keyString

The public key for the DevEndpoint to use.

Returns:

  • (String)


29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end

#update_etl_librariesBoolean

True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.

Returns:

  • (Boolean)


29044
29045
29046
29047
29048
29049
29050
29051
29052
29053
29054
29055
# File 'lib/aws-sdk-glue/types.rb', line 29044

class UpdateDevEndpointRequest < Struct.new(
  :endpoint_name,
  :public_key,
  :add_public_keys,
  :delete_public_keys,
  :custom_libraries,
  :update_etl_libraries,
  :delete_arguments,
  :add_arguments)
  SENSITIVE = []
  include Aws::Structure
end