Amazon Glue DataBrew · JSON Structure

Glue Databrew Start Project Session Response Structure

StartProjectSessionResponse schema from Amazon Glue DataBrew API

Type: object Properties: 2 Required: 1
Data AnalyticsData PreparationETLMachine Learning

StartProjectSessionResponse is a JSON Structure definition published by Amazon Glue DataBrew, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name ClientSessionId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-structure/glue-databrew-start-project-session-response-structure.json",
  "name": "StartProjectSessionResponse",
  "description": "StartProjectSessionResponse schema from Amazon Glue DataBrew API",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectName"
        },
        {
          "description": "The name of the project to be acted upon."
        }
      ]
    },
    "ClientSessionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientSessionId"
        },
        {
          "description": "A system-generated identifier for the session."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}