For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Admin
Types
Inputs
CreateEventBridgeWebhookInput
INPUT
Copy page
Input fields
destination
String
Required
The fields used to create an Amazon EventBridge webhook.
scope
String
Required
The scope of the event subscription.
eventFilters
list of
WebhookEventFilterUnionInputs
Optional
Event filters for webhook.
Show 1 field
isActive
Boolean
Optional
If webhook is active or not.
Referenced by
Mutations
createEventBridgeWebhook(input)