Amazon Glue · Example Payload

Glue Create Schema Response Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Glue Create Schema 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

RegistryNameRegistryArnSchemaNameSchemaArnDescriptionDataFormat

Example Payload

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