Amazon Glue · Example Payload

Glue Create Dev Endpoint Response Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Create Dev Endpoint Response 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

EndpointNameStatusSecurityGroupIdsSubnetIdRoleArnYarnEndpointAddress

Example Payload

Raw ↑
{
  "EndpointName": "MyGlueJob",
  "Status": "SUCCEEDED",
  "SecurityGroupIds": "example-SecurityGrou",
  "SubnetId": "example-SubnetId",
  "RoleArn": "arn:aws:glue:us-east-1:123456789012:job/MyGlueJob",
  "YarnEndpointAddress": "arn:aws:glue:us-east-1:123456789012:job/MyGlueJob"
}