v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAWS Integration
Create an Amazon EventBridge source
Create an Amazon EventBridge source.
post/api/v2/integration/aws/event_bridge
Request body
Example request
{
"data": {
"attributes": {
"account_id": "123456789012",
"create_event_bus": true,
"event_generator_name": "app-alerts",
"region": "us-east-1"
},
"type": "event_bridge"
}
}Response
Amazon EventBridge source created.
Example response
{
"data": {
"attributes": {
"event_source_name": "app-alerts-zyxw3210",
"has_bus": true,
"region": "us-east-1",
"status": "created"
},
"id": "create_event_bridge",
"type": "event_bridge"
}
}