Amazon EventBridge Pipes · Schema
PipeTargetRedshiftDataParameters
These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement.
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless
Properties
| Name | Type | Description |
|---|---|---|
| Database | object | |
| DbUser | object | |
| SecretManagerArn | object | |
| Sqls | object | |
| StatementName | object | |
| WithEvent | object |
JSON Schema
{
"$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-redshift-data-parameters-schema.json",
"title": "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.",
"type": "object",
"properties": {
"Database": {
"allOf": [
{
"$ref": "#/components/schemas/Database"
},
{
"description": "The name of the database. Required when authenticating using temporary credentials."
}
]
},
"DbUser": {
"allOf": [
{
"$ref": "#/components/schemas/DbUser"
},
{
"description": "The database user name. Required when authenticating using temporary credentials."
}
]
},
"SecretManagerArn": {
"allOf": [
{
"$ref": "#/components/schemas/SecretManagerArnOrJsonPath"
},
{
"description": "The name or ARN of the secret that enables access to the database. Required when authenticating using SageMaker."
}
]
},
"Sqls": {
"allOf": [
{
"$ref": "#/components/schemas/Sqls"
},
{
"description": "The SQL statement text to run."
}
]
},
"StatementName": {
"allOf": [
{
"$ref": "#/components/schemas/StatementName"
},
{
"description": "The name of the SQL statement. You can name the SQL statement when you create it to identify the query."
}
]
},
"WithEvent": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Indicates whether to send an event back to EventBridge after the SQL statement runs."
}
]
}
},
"required": [
"Database",
"Sqls"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-eventbridge-pipes-pipe-target-redshift-data-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.