Amazon Glue · Example Payload

Glue Create Registry Response Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Top-level fields

RegistryArnRegistryNameDescriptionTags

Example Payload

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