class Aws::Glue::Types::UpdateDevEndpointRequest
@note When making an API call, you may pass UpdateDevEndpointRequest
data as a hash: { endpoint_name: "GenericString", # required public_key: "GenericString", add_public_keys: ["GenericString"], delete_public_keys: ["GenericString"], custom_libraries: { extra_python_libs_s3_path: "GenericString", extra_jars_s3_path: "GenericString", }, update_etl_libraries: false, delete_arguments: ["GenericString"], add_arguments: { "GenericString" => "GenericString", }, }
@!attribute [rw] endpoint_name
The name of the `DevEndpoint` to be updated. @return [String]
@!attribute [rw] public_key
The public key for the `DevEndpoint` to use. @return [String]
@!attribute [rw] add_public_keys
The list of public keys for the `DevEndpoint` to use. @return [Array<String>]
@!attribute [rw] delete_public_keys
The list of public keys to be deleted from the `DevEndpoint`. @return [Array<String>]
@!attribute [rw] custom_libraries
Custom Python or Java libraries to be loaded in the `DevEndpoint`. @return [Types::DevEndpointCustomLibraries]
@!attribute [rw] update_etl_libraries
`True` if the list of custom libraries to be loaded in the development endpoint needs to be updated, or `False` if otherwise. @return [Boolean]
@!attribute [rw] delete_arguments
The list of argument keys to be deleted from the map of arguments used to configure the `DevEndpoint`. @return [Array<String>]
@!attribute [rw] add_arguments
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. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateDevEndpointRequest AWS API Documentation
Constants
- SENSITIVE