Amazon Glue · Example Payload

Glue Create Session Request Example

AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

IdDescriptionRoleCommandTimeoutIdleTimeout

Example Payload

Raw ↑
{
  "Id": "example-Id",
  "Description": "example-Description",
  "Role": "example-Role",
  "Command": "example-Command",
  "Timeout": "example-Timeout",
  "IdleTimeout": "example-IdleTimeout"
}