Amazon Glue DataBrew · JSON Structure

Glue Databrew Send Project Session Action Request Structure

SendProjectSessionActionRequest schema from Amazon Glue DataBrew API

Type: object Properties: 5
Data AnalyticsData PreparationETLMachine Learning

SendProjectSessionActionRequest is a JSON Structure definition published by Amazon Glue DataBrew, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Preview RecipeStep StepIndex ClientSessionId ViewFrame

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-send-project-session-action-request-structure.json",
  "name": "SendProjectSessionActionRequest",
  "description": "SendProjectSessionActionRequest schema from Amazon Glue DataBrew API",
  "type": "object",
  "properties": {
    "Preview": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Preview"
        },
        {
          "description": "If true, the result of the recipe step will be returned, but not applied."
        }
      ]
    },
    "RecipeStep": {
      "$ref": "#/components/schemas/RecipeStep"
    },
    "StepIndex": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StepIndex"
        },
        {
          "description": "The index from which to preview a step. This index is used to preview the result of steps that have already been applied, so that the resulting view frame is from earlier in the view frame stack."
        }
      ]
    },
    "ClientSessionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClientSessionId"
        },
        {
          "description": "A unique identifier for an interactive session that's currently open and ready for work. The action will be performed on this session."
        }
      ]
    },
    "ViewFrame": {
      "$ref": "#/components/schemas/ViewFrame"
    }
  }
}