Amazon Glue · Example Payload

Glue Update Dev Endpoint Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Update Dev Endpoint Request Example is an example object payload from Amazon Glue, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EndpointNamePublicKeyAddPublicKeysDeletePublicKeysCustomLibrariesUpdateEtlLibraries

Example Payload

Raw ↑
{
  "EndpointName": "MyGlueJob",
  "PublicKey": "example-PublicKey",
  "AddPublicKeys": "example-AddPublicKey",
  "DeletePublicKeys": "example-DeletePublic",
  "CustomLibraries": "example-CustomLibrar",
  "UpdateEtlLibraries": "example-UpdateEtlLib"
}