aws glue update-dev-endpoint
Updates a specified development endpoint
Options
Name | Description |
---|---|
--endpoint-name <string> | The name of the DevEndpoint to be updated |
--public-key <string> | The public key for the DevEndpoint to use |
--add-public-keys <list> | The list of public keys for the DevEndpoint to use |
--delete-public-keys <list> | The list of public keys to be deleted from the DevEndpoint |
--custom-libraries <structure> | Custom Python or Java libraries to be loaded in the DevEndpoint |
--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 |
--no-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 |
--delete-arguments <list> | The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint |
--add-arguments <map> | The map of arguments to add the map of arguments used to configure the DevEndpoint. Valid arguments are: "--enable-glue-datacatalog": "" "GLUE_PYTHON_VERSION": "3" "GLUE_PYTHON_VERSION": "2" 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 |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |