AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateDevEndpoint operation. Updates a specified development endpoint.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Glue.AmazonGlueRequest
      Amazon.Glue.Model.UpdateDevEndpointRequest

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDevEndpointRequest : AmazonGlueRequest
         IAmazonWebServiceRequest

The UpdateDevEndpointRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateDevEndpointRequest()

Properties

NameTypeDescription
Public Property AddArguments System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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 CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

Public Property AddPublicKeys System.Collections.Generic.List<System.String>

Gets and sets the property AddPublicKeys.

The list of public keys for the DevEndpoint to use.

Public Property CustomLibraries Amazon.Glue.Model.DevEndpointCustomLibraries

Gets and sets the property CustomLibraries.

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

Public Property DeleteArguments System.Collections.Generic.List<System.String>

Gets and sets the property DeleteArguments.

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

Public Property DeletePublicKeys System.Collections.Generic.List<System.String>

Gets and sets the property DeletePublicKeys.

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

Public Property EndpointName System.String

Gets and sets the property EndpointName.

The name of the DevEndpoint to be updated.

Public Property PublicKey System.String

Gets and sets the property PublicKey.

The public key for the DevEndpoint to use.

Public Property UpdateEtlLibraries System.Boolean

Gets and sets the property UpdateEtlLibraries.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5