Amazon Glue · Example Payload

Glue Delete Registry Response Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Delete Registry Response Example is an example object payload from Amazon Glue, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

RegistryNameRegistryArnStatus

Example Payload

Raw ↑
{
  "RegistryName": "MyGlueJob",
  "RegistryArn": "arn:aws:glue:us-east-1:123456789012:job/MyGlueJob",
  "Status": "SUCCEEDED"
}