PipeTargetParameters

The parameters required to set up a target for your pipe.

Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

Properties

Name Type Description
BatchJobParameters object
CloudWatchLogsParameters object
EcsTaskParameters object
EventBridgeEventBusParameters object
HttpParameters object
InputTemplate object
KinesisStreamParameters object
LambdaFunctionParameters object
RedshiftDataParameters object
SageMakerPipelineParameters object
SqsQueueParameters object
StepFunctionStateMachineParameters object
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-pipes-pipe-target-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-pipe-target-parameters-schema.json",
  "title": "PipeTargetParameters",
  "description": "The parameters required to set up a target for your pipe.",
  "type": "object",
  "properties": {
    "BatchJobParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetBatchJobParameters"
        },
        {
          "description": "The parameters for using an Batch job as a target."
        }
      ]
    },
    "CloudWatchLogsParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetCloudWatchLogsParameters"
        },
        {
          "description": "The parameters for using an CloudWatch Logs log stream as a target."
        }
      ]
    },
    "EcsTaskParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetEcsTaskParameters"
        },
        {
          "description": "The parameters for using an Amazon ECS task as a target."
        }
      ]
    },
    "EventBridgeEventBusParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetEventBridgeEventBusParameters"
        },
        {
          "description": "The parameters for using an EventBridge event bus as a target."
        }
      ]
    },
    "HttpParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetHttpParameters"
        },
        {
          "description": "These are custom parameter to be used when the target is an API Gateway REST APIs or EventBridge ApiDestinations."
        }
      ]
    },
    "InputTemplate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputTemplate"
        },
        {
          "description": "Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see <a href=\"http://www.rfc-editor.org/rfc/rfc7159.txt\">The JavaScript Object Notation (JSON) Data Interchange Format</a>."
        }
      ]
    },
    "KinesisStreamParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetKinesisStreamParameters"
        },
        {
          "description": "The parameters for using a Kinesis stream as a source."
        }
      ]
    },
    "LambdaFunctionParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetLambdaFunctionParameters"
        },
        {
          "description": "The parameters for using a Lambda function as a target."
        }
      ]
    },
    "RedshiftDataParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetRedshiftDataParameters"
        },
        {
          "description": "These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement."
        }
      ]
    },
    "SageMakerPipelineParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetSageMakerPipelineParameters"
        },
        {
          "description": "The parameters for using a SageMaker pipeline as a target."
        }
      ]
    },
    "SqsQueueParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetSqsQueueParameters"
        },
        {
          "description": "The parameters for using a Amazon SQS stream as a source."
        }
      ]
    },
    "StepFunctionStateMachineParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipeTargetStateMachineParameters"
        },
        {
          "description": "The parameters for using a Step Functions state machine as a target."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-eventbridge-pipes-pipe-target-parameters"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.