glue_update_dev_endpoint: Updates a specified development endpoint

View source: R/glue_operations.R

glue_update_dev_endpointR Documentation

Updates a specified development endpoint

Description

Updates a specified development endpoint.

See https://www.paws-r-sdk.com/docs/glue_update_dev_endpoint/ for full documentation.

Usage

glue_update_dev_endpoint(
  EndpointName,
  PublicKey = NULL,
  AddPublicKeys = NULL,
  DeletePublicKeys = NULL,
  CustomLibraries = NULL,
  UpdateEtlLibraries = NULL,
  DeleteArguments = NULL,
  AddArguments = NULL
)

Arguments

EndpointName

[required] The name of the DevEndpoint to be updated.

PublicKey

The public key for the DevEndpoint to use.

AddPublicKeys

The list of public keys for the DevEndpoint to use.

DeletePublicKeys

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

CustomLibraries

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

UpdateEtlLibraries

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

DeleteArguments

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

AddArguments

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 create_dev_endpoint or update_dev_endpoint APIs. If no arguments are provided, the version defaults to Python 2.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.