v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAWS Integration
Create an Amazon EventBridge source
This endpoint is deprecated - use the V2 endpoints instead. Create an Amazon EventBridge source.
post/api/v1/integration/aws/event_bridge
Request body
Example request
{
"account_id": "123456789012",
"create_event_bus": true,
"event_generator_name": "app-alerts",
"region": "us-east-1"
}Response
OK
Example response
{
"event_source_name": "app-alerts-zyxw3210",
"has_bus": true,
"region": "us-east-1",
"status": "created"
}